Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dswap.h502 extern struct swap_info_struct *get_swap_device(swp_entry_t entry);
516 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device() function
/linux-5.19.10/mm/
Dswap_state.c345 si = get_swap_device(entry); in lookup_swap_cache()
417 si = get_swap_device(swp); in find_get_incore_page()
442 si = get_swap_device(entry); in __read_swap_cache_async()
Dswapfile.c1247 struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device() function
1460 si = get_swap_device(entry); in __swap_count()
1490 si = get_swap_device(entry); in __swp_swapcount()
3289 p = get_swap_device(entry); in __swap_duplicate()
3439 si = get_swap_device(entry); in add_swap_count_continuation()
Dmemory.c3751 si = get_swap_device(entry); in do_swap_page()