Searched refs:reclaim_options (Results 1 – 2 of 2) sorted by relevance
2219 unsigned int reclaim_options = MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg() local2237 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() local4346 reclaim_options = MEMCG_RECLAIM_MAY_SWAP | MEMCG_RECLAIM_PROACTIVE; in memory_reclaim()4365 reclaim_options, in memory_reclaim()
6602 unsigned int reclaim_options, in try_to_free_mem_cgroup_pages() argument6617 .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()