Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dswap.h431 extern void *get_shadow_from_swap_cache(swp_entry_t entry);
603 static inline void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache() function
/kernel/linux/linux-5.10/mm/
Dswap_state.c110 void *get_shadow_from_swap_cache(swp_entry_t entry) in get_shadow_from_swap_cache() function
Dmemory.c3386 shadow = get_shadow_from_swap_cache(entry); in do_swap_page()