Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dswap.h490 extern int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry);
573 static inline int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry) in swap_swapcount() function
/linux-6.6.21/mm/
Dswap_state.c448 if (!swap_swapcount(si, entry) && swap_slot_cache_enabled) in __read_swap_cache_async()
Dswapfile.c1452 int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry) in swap_swapcount() function
1546 return swap_swapcount(si, entry) != 0; in folio_swapped()