Lines Matching defs:scan_control
64 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;
100 unsigned int compaction_ready:1;
103 s8 order;
106 s8 priority;
109 s8 reclaim_idx;
112 gfp_t gfp_mask;
115 unsigned long nr_scanned;
118 unsigned long nr_reclaimed;
120 struct {
128 } nr;