Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfrontswap.h48 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() function
71 static inline bool frontswap_test(struct swap_info_struct *sis, pgoff_t offset) in frontswap_test() function
/kernel/linux/linux-5.10/mm/
Dswapfile.c1981 if (frontswap && !frontswap_test(si, offset)) in unuse_pte_range()
2157 if (!frontswap || frontswap_test(si, i)) in find_next_to_unuse()
Dshmem.c1217 !frontswap_test(swap_info[type], swp_offset(entry))) in shmem_find_swap_entries()