Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dswap.h537 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) macro
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c3582 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function