Home
last modified time | relevance | path

Searched refs:cgroup_throttle_swaprate (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/
Dswap.h653 static inline void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
660 static inline void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
666 cgroup_throttle_swaprate(&folio->page, gfp); in folio_throttle_swaprate()
/linux-6.1.9/mm/
Dmemory.c1012 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in page_copy_prealloc()
3142 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in wp_page_copy()
3895 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_swap_page()
4119 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_anonymous_page()
4581 cgroup_throttle_swaprate(vmf->cow_page, GFP_KERNEL); in do_cow_fault()
Dhuge_memory.c668 cgroup_throttle_swaprate(page, gfp); in __do_huge_pmd_anonymous_page()