Home
last modified time | relevance | path

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

/Linux-v6.1/mm/
Dswap_state.c334 si = get_swap_device(entry); in swap_cache_get_folio()
404 si = get_swap_device(swp); in find_get_incore_page()
429 si = get_swap_device(entry); in __read_swap_cache_async()
Dswapfile.c1251 struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device() function
1440 si = get_swap_device(entry); in __swap_count()
1475 si = get_swap_device(entry); in __swp_swapcount()
3283 p = get_swap_device(entry); in __swap_duplicate()
3433 si = get_swap_device(entry); in add_swap_count_continuation()
Dmemory.c3781 si = get_swap_device(entry); in do_swap_page()
/Linux-v6.1/include/linux/
Dswap.h516 extern struct swap_info_struct *get_swap_device(swp_entry_t entry);
530 static inline struct swap_info_struct *get_swap_device(swp_entry_t entry) in get_swap_device() function