Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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
/openbmc/linux/mm/
H A Dswap_state.c448 if (!swap_swapcount(si, entry) && swap_slot_cache_enabled) in __read_swap_cache_async()
H A Dswapfile.c1457 int swap_swapcount(struct swap_info_struct *si, swp_entry_t entry) in swap_swapcount() function
1551 return swap_swapcount(si, entry) != 0; in folio_swapped()