Searched refs:dec_mm_counter (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/mm/ |
H A D | rmap.c | 1228 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 D | swapfile.c | 1118 dec_mm_counter(vma->vm_mm, MM_SWAPENTS); unuse_pte()
|
H A D | memory.c | 173 #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member)
|
/linux-4.1.27/arch/s390/mm/ |
H A D | pgtable.c | 609 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 D | uprobes.c | 191 dec_mm_counter(mm, MM_FILEPAGES); __replace_page()
|
/linux-4.1.27/include/linux/ |
H A D | mm.h | 1325 static inline void dec_mm_counter(struct mm_struct *mm, int member) dec_mm_counter() function
|
Completed in 511 milliseconds