Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dswap_cgroup.h12 extern int swap_cgroup_swapon(int type, unsigned long max_pages);
30 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() function
/linux-4.1.27/mm/
Dswap_cgroup.c143 int swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() function
Dswapfile.c2461 error = swap_cgroup_swapon(p->type, maxpages); in SYSCALL_DEFINE2()