Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dswap.h666 extern bool mem_cgroup_swap_full(struct folio *folio);
688 static inline bool mem_cgroup_swap_full(struct folio *folio) in mem_cgroup_swap_full() function
/openbmc/linux/mm/
H A Dswapfile.c153 ((flags & TTRS_FULL) && mem_cgroup_swap_full(folio))) in __try_to_reclaim_swap()
H A Dmemory.c3653 if (mem_cgroup_swap_full(folio) || (vma->vm_flags & VM_LOCKED) || in should_try_to_free_swap()
H A Dmemcontrol.c7643 bool mem_cgroup_swap_full(struct folio *folio) in mem_cgroup_swap_full() function
H A Dvmscan.c2143 (mem_cgroup_swap_full(folio) || folio_test_mlocked(folio))) in shrink_folio_list()