Home
last modified time | relevance | path

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

/linux-4.4.14/mm/
Drmap.c1366 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1368 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
1379 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1381 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
1414 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one()
1421 dec_mm_counter(mm, MM_FILEPAGES); in try_to_unmap_one()
Dswapfile.c1160 dec_mm_counter(vma->vm_mm, MM_SWAPENTS); in unuse_pte()
Dmemory.c174 #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member)
/linux-4.4.14/arch/s390/mm/
Dpgtable.c573 dec_mm_counter(mm, MM_SWAPENTS); in gmap_zap_swap_entry()
578 dec_mm_counter(mm, MM_ANONPAGES); in gmap_zap_swap_entry()
580 dec_mm_counter(mm, MM_FILEPAGES); in gmap_zap_swap_entry()
/linux-4.4.14/kernel/events/
Duprobes.c183 dec_mm_counter(mm, MM_FILEPAGES); in __replace_page()
/linux-4.4.14/include/linux/
Dmm.h1361 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter() function