Searched refs:MEMCG_RECLAIM_MAY_SWAP (Results 1 – 3 of 3) sorted by relevance
416 #define MEMCG_RECLAIM_MAY_SWAP (1 << 1) macro
2405 MEMCG_RECLAIM_MAY_SWAP); in reclaim_high()2650 unsigned int reclaim_options = MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()2668 reclaim_options &= ~MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()3516 memsw ? 0 : MEMCG_RECLAIM_MAY_SWAP)) { in mem_cgroup_resize_max()3630 MEMCG_RECLAIM_MAY_SWAP)) in mem_cgroup_force_empty()6481 GFP_KERNEL, MEMCG_RECLAIM_MAY_SWAP); in memory_high_write()6530 GFP_KERNEL, MEMCG_RECLAIM_MAY_SWAP)) in memory_max_write()6667 reclaim_options = MEMCG_RECLAIM_MAY_SWAP | MEMCG_RECLAIM_PROACTIVE; in memory_reclaim()
7074 .may_swap = !!(reclaim_options & MEMCG_RECLAIM_MAY_SWAP), in try_to_free_mem_cgroup_pages()
Completed in 30 milliseconds