Home
last modified time | relevance | path

Searched refs:reclaim_options (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmemcontrol.c2219 unsigned int reclaim_options = MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg() local
2237 reclaim_options &= ~MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()
2265 gfp_mask, reclaim_options, NULL); in try_charge_memcg()
4318 unsigned int reclaim_options; in memory_reclaim() local
4346 reclaim_options = MEMCG_RECLAIM_MAY_SWAP | MEMCG_RECLAIM_PROACTIVE; in memory_reclaim()
4365 reclaim_options, in memory_reclaim()
H A Dvmscan.c6602 unsigned int reclaim_options, in try_to_free_mem_cgroup_pages() argument
6617 .may_swap = !!(reclaim_options & MEMCG_RECLAIM_MAY_SWAP), in try_to_free_mem_cgroup_pages()
6618 .proactive = !!(reclaim_options & MEMCG_RECLAIM_PROACTIVE), in try_to_free_mem_cgroup_pages()