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/
Dvmscan.c74 struct scan_control { struct
76 unsigned long nr_to_reclaim;
82 nodemask_t *nodemask;
88 struct mem_cgroup *target_mem_cgroup;
93 unsigned long anon_cost;
94 unsigned long file_cost;
99 unsigned int may_deactivate:2;
100 unsigned int force_deactivate:1;
101 unsigned int skipped_deactivate:1;
104 unsigned int may_writepage:1;
[all …]