Home
last modified time | relevance | path

Searched refs:MEMCG_RECLAIM_MAY_SWAP (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dswap.h413 #define MEMCG_RECLAIM_MAY_SWAP (1 << 1) macro
/linux-6.15/mm/
H A Dmemcontrol.c1992 MEMCG_RECLAIM_MAY_SWAP, in reclaim_high()
2253 unsigned int reclaim_options = MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()
2275 reclaim_options &= ~MEMCG_RECLAIM_MAY_SWAP; in try_charge_memcg()
4214 GFP_KERNEL, MEMCG_RECLAIM_MAY_SWAP, NULL); in memory_high_write()
4263 GFP_KERNEL, MEMCG_RECLAIM_MAY_SWAP, NULL)) in memory_max_write()
4439 reclaim_options = MEMCG_RECLAIM_MAY_SWAP | MEMCG_RECLAIM_PROACTIVE; in memory_reclaim()
H A Dmemcontrol-v1.c1481 memsw ? 0 : MEMCG_RECLAIM_MAY_SWAP, NULL)) { in mem_cgroup_resize_max()
1513 MEMCG_RECLAIM_MAY_SWAP, NULL)) in mem_cgroup_force_empty()
H A Dvmscan.c6650 .may_swap = !!(reclaim_options & MEMCG_RECLAIM_MAY_SWAP), in try_to_free_mem_cgroup_pages()