Home
last modified time | relevance | path

Searched refs:count_swap_pages (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/kernel/power/
Duser.c304 size = count_swap_pages(data->swap, 1); in snapshot_ioctl()
Dswap.c795 unsigned int free_swap = count_swap_pages(root_swap, 1); in enough_swap()
/linux-4.1.27/include/linux/
Dswap.h431 extern unsigned int count_swap_pages(int, int);
/linux-4.1.27/mm/
Dswapfile.c1051 unsigned int count_swap_pages(int type, int free) in count_swap_pages() function