Searched refs:reclaim_options (Results 1 – 3 of 3) sorted by relevance
429 unsigned int reclaim_options);
2636 unsigned int reclaim_options = MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg() local2654 reclaim_options &= ~MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()2682 gfp_mask, reclaim_options); in try_charge_memcg()6589 unsigned int reclaim_options; in memory_reclaim() local6597 reclaim_options = MEMCG_RECLAIM_MAY_SWAP | MEMCG_RECLAIM_PROACTIVE; in memory_reclaim()6614 GFP_KERNEL, reclaim_options); in memory_reclaim()
6729 unsigned int reclaim_options) in try_to_free_mem_cgroup_pages() argument6742 .may_swap = !!(reclaim_options & MEMCG_RECLAIM_MAY_SWAP), in try_to_free_mem_cgroup_pages()6743 .proactive = !!(reclaim_options & MEMCG_RECLAIM_PROACTIVE), in try_to_free_mem_cgroup_pages()