Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dswap.h676 extern void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask);
678 static inline void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
/Linux-v5.10/mm/
Dmemory.c917 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in page_copy_prealloc()
2857 cgroup_throttle_swaprate(new_page, GFP_KERNEL); in wp_page_copy()
3367 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_swap_page()
3528 cgroup_throttle_swaprate(page, GFP_KERNEL); in do_anonymous_page()
4033 cgroup_throttle_swaprate(vmf->cow_page, GFP_KERNEL); in do_cow_fault()
Dhuge_memory.c581 cgroup_throttle_swaprate(page, gfp); in __do_huge_pmd_anonymous_page()
Dswapfile.c3800 void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
Dshmem.c697 cgroup_throttle_swaprate(page, gfp); in shmem_add_to_page_cache()