Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dswap.h477 extern int swapcache_prepare(swp_entry_t);
537 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) macro
/OK3568_Linux_fs/kernel/mm/
H A Dswap_state.c501 err = swapcache_prepare(entry); in __read_swap_cache_async()
H A Dswapfile.c3582 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function