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

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

Completed in 511 milliseconds