Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/mm/
H A Dswap_cgroup.c167 int swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() function
H A Dswapfile.c3133 error = swap_cgroup_swapon(p->type, maxpages); in SYSCALL_DEFINE2()