Home
last modified time | relevance | path

Searched refs:mem_cgroup_swap_full (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dswap.h688 extern bool mem_cgroup_swap_full(struct page *page);
710 static inline bool mem_cgroup_swap_full(struct page *page) in mem_cgroup_swap_full() function
/Linux-v5.10/mm/
Dvmscan.c1466 if (PageSwapCache(page) && (mem_cgroup_swap_full(page) || in shrink_page_list()
Dswapfile.c146 ((flags & TTRS_FULL) && mem_cgroup_swap_full(page))) in __try_to_reclaim_swap()
Dmemory.c3421 if (mem_cgroup_swap_full(page) || in do_swap_page()
Dmemcontrol.c7328 bool mem_cgroup_swap_full(struct page *page) in mem_cgroup_swap_full() function