Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/power/
Duser.c355 size = count_swap_pages(data->swap, 1); in snapshot_ioctl()
Dswap.c893 unsigned int free_swap = count_swap_pages(root_swap, 1); in enough_swap()
/linux-5.19.10/include/linux/
Dswap.h491 extern unsigned int count_swap_pages(int, int);
/linux-5.19.10/mm/
Dswapfile.c1742 unsigned int count_swap_pages(int type, int free) in count_swap_pages() function