Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/power/
Duser.c359 size = count_swap_pages(data->swap, 1); in snapshot_ioctl()
Dswap.c891 unsigned int free_swap = count_swap_pages(root_swap, 1); in enough_swap()
/linux-6.1.9/include/linux/
Dswap.h506 extern unsigned int count_swap_pages(int, int);
/linux-6.1.9/mm/
Dswapfile.c1729 unsigned int count_swap_pages(int type, int free) in count_swap_pages() function