Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dswap_cgroup.h14 extern int swap_cgroup_swapon(int type, unsigned long max_pages);
33 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() function
/linux-6.1.9/mm/
Dswap_cgroup.c167 int swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() function
Dswapfile.c3121 error = swap_cgroup_swapon(p->type, maxpages); in SYSCALL_DEFINE2()