Home
last modified time | relevance | path

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

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