Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswap.h436 extern int swapcache_prepare(swp_entry_t);
473 #define swapcache_prepare(swp) is_migration_entry(swp) macro
/linux-4.4.14/mm/
Dswap_state.c329 err = swapcache_prepare(entry); in __read_swap_cache_async()
Dswapfile.c2727 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function