Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h484 extern int swapcache_prepare(swp_entry_t);
544 #define swapcache_prepare(e) ({(is_migration_entry(e) || is_device_private_entry(e));}) macro
/kernel/linux/linux-5.10/mm/
Dswap_state.c500 err = swapcache_prepare(entry); in __read_swap_cache_async()
Dswapfile.c3575 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function