Home
last modified time | relevance | path

Searched refs:swap_entry_swapped (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dswap.h381 extern bool swap_entry_swapped(struct swap_info_struct *si, swp_entry_t entry);
454 static inline bool swap_entry_swapped(struct swap_info_struct *si, swp_entry_t entry) in swap_entry_swapped() function
/linux/mm/
H A Dswapfile.c1979 bool swap_entry_swapped(struct swap_info_struct *si, swp_entry_t entry) in swap_entry_swapped() function
3895 VM_WARN_ON_ONCE(!swap_entry_swapped(si, entry)); in swap_dup_entry_direct()