Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Dfrontswap.c212 bool __frontswap_test(struct swap_info_struct *sis, in __frontswap_test() function
219 EXPORT_SYMBOL(__frontswap_test);
267 if (__frontswap_test(sis, offset)) { in __frontswap_store()
311 if (!__frontswap_test(sis, offset)) in __frontswap_load()
344 if (!__frontswap_test(sis, offset)) in __frontswap_invalidate_page()
/linux-4.4.14/include/linux/
Dfrontswap.h25 extern bool __frontswap_test(struct swap_info_struct *, pgoff_t);
37 return __frontswap_test(sis, offset); in frontswap_test()