Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dswap.h756 extern bool mem_cgroup_swap_full(struct page *page);
778 static inline bool mem_cgroup_swap_full(struct page *page) in mem_cgroup_swap_full() function
/Linux-v5.15/mm/
Dvmscan.c1779 if (PageSwapCache(page) && (mem_cgroup_swap_full(page) || in shrink_page_list()
Dswapfile.c145 ((flags & TTRS_FULL) && mem_cgroup_swap_full(page))) in __try_to_reclaim_swap()
Dmemory.c3663 if (mem_cgroup_swap_full(page) || in do_swap_page()
Dmemcontrol.c7302 bool mem_cgroup_swap_full(struct page *page) in mem_cgroup_swap_full() function