Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswapfile.h12 extern int try_to_unuse(unsigned int, bool, unsigned long);
/kernel/linux/linux-5.10/mm/
Dfrontswap.c460 try_to_unuse(type, true, pages_to_unuse); in frontswap_shrink()
Dswapfile.c2173 int try_to_unuse(unsigned int type, bool frontswap, in try_to_unuse() function
2640 err = try_to_unuse(p->type, false, 0); /* force unuse all pages */ in SYSCALL_DEFINE1()
/kernel/linux/linux-5.10/
DCREDITS134 D: Fixed the shm swap deallocation at swapoff time (try_to_unuse message)