Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dswap.h459 extern int __swap_count(swp_entry_t entry);
534 static inline int __swap_count(swp_entry_t entry)
539 static inline int __swap_count(swp_entry_t entry) __swap_count() function
/linux/mm/
H A Dswap_state.c205 if (unlikely(!__swap_count(swp_entry(swp_type(entry), offset)))) { in swap_cache_add_folio()
261 if (__swap_count(swp_entry(si->type, in __swap_cache_del_folio()
277 if (!__swap_count(entry)) in __swap_cache_del_folio()
H A Dswapfile.c1721 int __swap_count(swp_entry_t entry) in __swap_count() function
H A Dmemory.c4693 VM_WARN_ON_ONCE_FOLIO(__swap_count(entry) != 1, folio); in check_swap_exclusive()