Lines Matching defs:scan_control
65 struct scan_control { struct
67 unsigned long nr_to_reclaim;
73 nodemask_t *nodemask;
79 struct mem_cgroup *target_mem_cgroup;
84 unsigned long anon_cost;
85 unsigned long file_cost;
90 unsigned int may_deactivate:2;
91 unsigned int force_deactivate:1;
92 unsigned int skipped_deactivate:1;
95 unsigned int may_writepage:1;
98 unsigned int may_unmap:1;
101 unsigned int may_swap:1;
111 unsigned int memcg_low_reclaim:1;
112 unsigned int memcg_low_skipped:1;
114 unsigned int hibernation_mode:1;
117 unsigned int compaction_ready:1;
120 unsigned int cache_trim_mode:1;
123 unsigned int file_is_tiny:1;
126 unsigned int no_demotion:1;
129 s8 order;
132 s8 priority;
135 s8 reclaim_idx;
138 gfp_t gfp_mask;
141 unsigned long nr_scanned;
144 unsigned long nr_reclaimed;
146 struct {
154 } nr;
157 struct reclaim_state reclaim_state;