Searched refs:shmem_unuse (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | shmem_fs.h | 81 extern int shmem_unuse(unsigned int type, bool frontswap,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | shmem_fs.h | 111 int shmem_unuse(unsigned int type);
|
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 1173 /* Wait while shmem_unuse() is scanning this inode... */ in shmem_evict_inode() 1319 int shmem_unuse(unsigned int type, bool frontswap, in shmem_unuse() function 1432 * Add inode to shmem_unuse()'s list of swapped-out inodes, in shmem_writepage() 4165 int shmem_unuse(unsigned int type, bool frontswap, in shmem_unuse() function
|
H A D | swapfile.c | 2205 retval = shmem_unuse(type, frontswap, &pages_to_unuse); in try_to_unuse()
|
/kernel/linux/linux-6.6/mm/ |
H A D | shmem.c | 1270 /* Wait while shmem_unuse() is scanning this inode... */ in shmem_evict_inode() 1396 int shmem_unuse(unsigned int type) in shmem_unuse() function 1518 * Add inode to shmem_unuse()'s list of swapped-out inodes, in shmem_writepage() 4741 int shmem_unuse(unsigned int type) in shmem_unuse() function
|
H A D | swapfile.c | 2065 retval = shmem_unuse(type); in try_to_unuse()
|
Completed in 20 milliseconds