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.h51 struct scan_control { struct
53 unsigned long nr_to_reclaim;
59 nodemask_t *nodemask;
65 struct mem_cgroup *target_mem_cgroup;
70 unsigned long anon_cost;
71 unsigned long file_cost;
76 unsigned int may_deactivate:2;
77 unsigned int force_deactivate:1;
78 unsigned int skipped_deactivate:1;
81 unsigned int may_writepage:1;
[all …]
/kernel/linux/linux-6.6/mm/
Dinternal.h53 struct scan_control { struct
55 unsigned long nr_to_reclaim;
61 nodemask_t *nodemask;
67 struct mem_cgroup *target_mem_cgroup;
72 unsigned long anon_cost;
73 unsigned long file_cost;
78 unsigned int may_deactivate:2;
79 unsigned int force_deactivate:1;
80 unsigned int skipped_deactivate:1;
83 unsigned int may_writepage:1;
[all …]