Searched refs:is_pfn_swap_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dswapops.h31 * Definitions only for PFN swap entries (see is_pfn_swap_entry()). To
69 static inline bool is_pfn_swap_entry(swp_entry_t entry);
114 * in the swap entry. Please refers to is_pfn_swap_entry() for definition
119 VM_BUG_ON(!is_pfn_swap_entry(entry));
519 static inline bool is_pfn_swap_entry(swp_entry_t entry) function
H A Dswap.h522 #define free_swap_and_cache(e) is_pfn_swap_entry(e)
/linux-master/fs/proc/
H A Dtask_mmu.c555 } else if (is_pfn_swap_entry(swpent)) {
737 if (is_pfn_swap_entry(swpent))
1432 if (is_pfn_swap_entry(entry))
1441 if (is_pfn_swap_entry(entry))
1495 if (is_pfn_swap_entry(entry))
1808 if (is_pfn_swap_entry(swp) &&
1874 if (is_pfn_swap_entry(swp) &&

Completed in 216 milliseconds