Home
last modified time | relevance | path

Searched defs:swapcache_prepare (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/
Dswap.h514 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) macro
/Linux-v5.4/mm/
Dswapfile.c3475 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function