Home
last modified time | relevance | path

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

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