Searched refs:cgroup_throttle_swaprate (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | swap.h | 676 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/ |
D | memory.c | 917 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()
|
D | huge_memory.c | 581 cgroup_throttle_swaprate(page, gfp); in __do_huge_pmd_anonymous_page()
|
D | swapfile.c | 3800 void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
|
D | shmem.c | 697 cgroup_throttle_swaprate(page, gfp); in shmem_add_to_page_cache()
|