Home
last modified time | relevance | path

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

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