Lines Matching refs:entry
200 swp_entry_t entry;
212 entry = pte_to_swp_entry(pte);
213 if (unlikely(non_swap_entry(entry)))
219 page = read_swap_cache_async(entry, GFP_HIGHUSER_MOVABLE,
250 swp_entry_t entry;
254 entry = radix_to_swp_entry(page);
256 if (non_swap_entry(entry))
264 page = read_swap_cache_async(entry, mapping_gfp_mask(mapping),
660 swp_entry_t entry;
662 entry = pte_to_swp_entry(ptent);
663 if (!non_swap_entry(entry)) {
665 free_swap_and_cache(entry);
667 } else if (is_hwpoison_entry(entry) ||
668 is_poisoned_swp_entry(entry)) {