Searched refs:cgroup_throttle_swaprate (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | swap.h | 695 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/ |
D | memory.c | 930 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()
|
D | huge_memory.c | 597 cgroup_throttle_swaprate(page, gfp); in __do_huge_pmd_anonymous_page()
|
D | swapfile.c | 3837 void cgroup_throttle_swaprate(struct page *page, gfp_t gfp_mask) in cgroup_throttle_swaprate() function
|
D | shmem.c | 702 cgroup_throttle_swaprate(page, gfp); in shmem_add_to_page_cache()
|