Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dfrontswap.c216 bool __frontswap_test(struct swap_info_struct *sis, in __frontswap_test() function
223 EXPORT_SYMBOL(__frontswap_test);
265 if (__frontswap_test(sis, offset)) { in __frontswap_store()
308 if (!__frontswap_test(sis, offset)) in __frontswap_load()
340 if (!__frontswap_test(sis, offset)) in __frontswap_invalidate_page()
/Linux-v4.19/include/linux/
Dfrontswap.h26 extern bool __frontswap_test(struct swap_info_struct *, pgoff_t);
43 return __frontswap_test(sis, offset); in frontswap_test()