Lines Matching defs:scan_control
101747 struct scan_control { struct
101748 long unsigned int nr_to_reclaim;
101749 nodemask_t *nodemask;
101750 struct mem_cgroup *target_mem_cgroup;
101751 long unsigned int anon_cost;
101752 long unsigned int file_cost;
101753 unsigned int may_deactivate: 2;
101754 unsigned int force_deactivate: 1;
101755 unsigned int skipped_deactivate: 1;
101756 unsigned int may_writepage: 1;
101757 unsigned int may_unmap: 1;
101758 unsigned int may_swap: 1;
101759 unsigned int proactive: 1;
101760 unsigned int memcg_low_reclaim: 1;
101761 unsigned int memcg_low_skipped: 1;
101762 unsigned int hibernation_mode: 1;
101763 unsigned int compaction_ready: 1;
101764 unsigned int cache_trim_mode: 1;
101765 unsigned int file_is_tiny: 1;
101766 unsigned int no_demotion: 1;
101767 s8 order;
101768 s8 priority;
101769 s8 reclaim_idx;
101770 gfp_t gfp_mask;
101771 long unsigned int nr_scanned;
101772 long unsigned int nr_reclaimed;
101773 struct {
101781 } nr;
101782 struct reclaim_state reclaim_state;