Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dswapops.h231 static inline int non_swap_entry(swp_entry_t entry) in non_swap_entry() function
236 static inline int non_swap_entry(swp_entry_t entry) in non_swap_entry() function
/linux-4.4.14/mm/
Dmincore.c143 if (non_swap_entry(entry)) { in mincore_pte_range()
Dmadvise.c163 if (unlikely(non_swap_entry(entry))) in swapin_walk_pmd_entry()
Dmemory.c859 if (likely(!non_swap_entry(entry))) { in copy_one_pte()
1183 if (!non_swap_entry(entry)) in zap_pte_range()
2503 if (unlikely(non_swap_entry(entry))) { in do_swap_page()
Dswapfile.c990 if (non_swap_entry(entry)) in free_swap_and_cache()
2631 if (non_swap_entry(entry)) in __swap_duplicate()
Dhugetlb.c3059 if (non_swap_entry(swp) && is_migration_entry(swp)) in is_hugetlb_entry_migration()
3072 if (non_swap_entry(swp) && is_hwpoison_entry(swp)) in is_hugetlb_entry_hwpoisoned()
Dmemcontrol.c4478 if (!(mc.flags & MOVE_ANON) || non_swap_entry(ent)) in mc_handle_swap_pte()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c572 if (!non_swap_entry(entry)) in gmap_zap_swap_entry()
/linux-4.4.14/fs/proc/
Dtask_mmu.c500 if (!non_swap_entry(swpent)) { in smaps_pte_entry()