Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/power/
Duser.c361 size = count_swap_pages(data->swap, 1); in snapshot_ioctl()
Dswap.c921 unsigned int free_swap = count_swap_pages(root_swap, 1); in enough_swap()
/linux-6.12.1/include/linux/
Dswap.h494 extern unsigned int count_swap_pages(int, int);
/linux-6.12.1/mm/
Dswapfile.c2048 unsigned int count_swap_pages(int type, int free) in count_swap_pages() function