Home
last modified time | relevance | path

Searched refs:non_swap_entry (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/linux/
Dswapops.h372 static inline int non_swap_entry(swp_entry_t entry) in non_swap_entry() function
377 static inline int non_swap_entry(swp_entry_t entry) in non_swap_entry() function
/Linux-v4.19/mm/
Dmincore.c147 if (non_swap_entry(entry)) { in mincore_pte_range()
Dswap_state.c688 if ((unlikely(non_swap_entry(entry)))) { in swap_ra_info()
757 if (unlikely(non_swap_entry(entry))) in swap_vma_readahead()
Dmadvise.c216 if (unlikely(non_swap_entry(entry))) in swapin_walk_pmd_entry()
349 if (non_swap_entry(entry)) in madvise_free_pte_range()
Dmemory.c958 if (likely(!non_swap_entry(entry))) { in copy_one_pte()
1350 if (non_swap_entry(entry) && is_device_private_entry(entry)) { in zap_pte_range()
1376 if (!non_swap_entry(entry)) in zap_pte_range()
2915 if (unlikely(non_swap_entry(entry))) { in do_swap_page()
Dhmm.c515 if (!non_swap_entry(entry)) { in hmm_vma_handle_pte()
Dswapfile.c1618 if (non_swap_entry(entry)) in free_swap_and_cache()
3371 if (non_swap_entry(entry)) in __swap_duplicate()
Dhugetlb.c3214 if (non_swap_entry(swp) && is_migration_entry(swp)) in is_hugetlb_entry_migration()
3227 if (non_swap_entry(swp) && is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()
Dmemcontrol.c4696 if (!(mc.flags & MOVE_ANON) || non_swap_entry(ent)) in mc_handle_swap_pte()
/Linux-v4.19/arch/s390/mm/
Dpgtable.c671 if (!non_swap_entry(entry)) in ptep_zap_swap_entry()
/Linux-v4.19/fs/proc/
Dtask_mmu.c500 if (!non_swap_entry(swpent)) { in smaps_pte_entry()