Searched refs:dec_mm_counter (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | rmap.c | 1649 dec_mm_counter(mm, mm_counter(page)); in try_to_unmap_one() 1664 dec_mm_counter(mm, mm_counter(page)); in try_to_unmap_one() 1743 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one() 1776 dec_mm_counter(mm, MM_ANONPAGES); in try_to_unmap_one() 1798 dec_mm_counter(mm, mm_counter_file(page)); in try_to_unmap_one()
|
| H A D | ksm.c | 1168 dec_mm_counter(mm, MM_ANONPAGES); in replace_page()
|
| H A D | swapfile.c | 1944 dec_mm_counter(vma->vm_mm, MM_SWAPENTS); in unuse_pte()
|
| H A D | memory.c | 233 #define dec_mm_counter_fast(mm, member) dec_mm_counter(mm, member)
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | pgtable.c | 692 dec_mm_counter(mm, MM_SWAPENTS); in ptep_zap_swap_entry() 696 dec_mm_counter(mm, mm_counter(page)); in ptep_zap_swap_entry()
|
| /OK3568_Linux_fs/kernel/kernel/events/ |
| H A D | uprobes.c | 190 dec_mm_counter(mm, MM_ANONPAGES); in __replace_page() 193 dec_mm_counter(mm, mm_counter_file(old_page)); in __replace_page()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | mm.h | 2065 static inline void dec_mm_counter(struct mm_struct *mm, int member) in dec_mm_counter() function
|