Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dswap.h457 extern int swapcache_prepare(swp_entry_t);
509 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) macro