Home
last modified time | relevance | path

Searched refs:dec_mm_counter (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/mm/
Drmap.c1228 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1230 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
1241 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1243 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
1264 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1286 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
Dswapfile.c1118 dec_mm_counter(vma->vm_mm, MM_SWAPENTS); in unuse_pte()
Dmemory.c173 #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member)
/linux-4.1.27/arch/s390/mm/
Dpgtable.c609 dec_mm_counter(mm, MM_SWAPENTS); in gmap_zap_swap_entry()
614 dec_mm_counter(mm, MM_ANONPAGES); in gmap_zap_swap_entry()
616 dec_mm_counter(mm, MM_FILEPAGES); in gmap_zap_swap_entry()
/linux-4.1.27/include/linux/
Dmm.h1325 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter() function
/linux-4.1.27/kernel/events/
Duprobes.c191 dec_mm_counter(mm, MM_FILEPAGES); in __replace_page()