Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h695 extern void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask);
697 static inline void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
/kernel/linux/linux-5.10/mm/
Dmemory.c930 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in page_copy_prealloc()
2909 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in wp_page_copy()
3498 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_swap_page()
3677 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_anonymous_page()
4206 cgroup_throttle_swaprate(vmf->cow_page, GFP_KERNEL); in do_cow_fault()
Dhuge_memory.c597 cgroup_throttle_swaprate(page, gfp); in __do_huge_pmd_anonymous_page()
Dswapfile.c3837 void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
Dshmem.c702 cgroup_throttle_swaprate(page, gfp); in shmem_add_to_page_cache()