Home
last modified time | relevance | path

Searched defs:scan_control (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dinternal.h49 struct scan_control { struct
51 unsigned long nr_to_reclaim;
57 nodemask_t *nodemask;
63 struct mem_cgroup *target_mem_cgroup;
68 unsigned long anon_cost;
69 unsigned long file_cost;
74 unsigned int may_deactivate:2;
75 unsigned int force_deactivate:1;
76 unsigned int skipped_deactivate:1;
79 unsigned int may_writepage:1;
[all …]
/kernel/linux/linux-4.19/mm/
Dvmscan.c64 struct scan_control { struct
66 unsigned long nr_to_reclaim;
72 nodemask_t *nodemask;
78 struct mem_cgroup *target_mem_cgroup;
81 unsigned int may_writepage:1;
84 unsigned int may_unmap:1;
87 unsigned int may_swap:1;
94 unsigned int memcg_low_reclaim:1;
95 unsigned int memcg_low_skipped:1;
97 unsigned int hibernation_mode:1;
[all …]