Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A 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
/OK3568_Linux_fs/kernel/mm/
H A Dswapfile.c1989 if (frontswap && !frontswap_test(si, offset)) in unuse_pte_range()
2169 if (!frontswap || frontswap_test(si, i)) in find_next_to_unuse()
H A Dshmem.c1224 !frontswap_test(swap_info[type], swp_offset(entry))) in shmem_find_swap_entries()