Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dswap.h426 extern int swapcache_prepare(swp_entry_t);
462 #define swapcache_prepare(swp) is_migration_entry(swp) macro
/linux-4.1.27/mm/
Dswap_state.c333 err = swapcache_prepare(entry); in read_swap_cache_async()
Dzswap.c482 err = swapcache_prepare(entry); in zswap_get_swap_cache_page()
Dswapfile.c2696 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function