Home
last modified time | relevance | path

Searched refs:swapcache_prepare (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A 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-6.6/include/linux/
H A Dswap.h501 extern int swapcache_prepare(swp_entry_t);
575 static inline int swapcache_prepare(swp_entry_t swp) in swapcache_prepare() function
/kernel/linux/linux-6.6/mm/
H A Dswap_state.c463 err = swapcache_prepare(entry); in __read_swap_cache_async()
H A Dswapfile.c1250 * swapcache_prepare()
3394 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function
H A Dmemory.c3821 if (swapcache_prepare(entry)) { in do_swap_page()
/kernel/linux/linux-5.10/mm/
H A Dswap_state.c500 err = swapcache_prepare(entry); in __read_swap_cache_async()
H A Dswapfile.c1302 * swapcache_prepare()
3588 int swapcache_prepare(swp_entry_t entry) in swapcache_prepare() function

Completed in 22 milliseconds