Searched refs:inc_mm_counter_fast (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/mm/ |
D | memory.c | 159 #define inc_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, 1) macro 173 #define inc_mm_counter_fast(mm, member) inc_mm_counter(mm, member) macro 1503 inc_mm_counter_fast(mm, MM_FILEPAGES); in insert_page() 2141 inc_mm_counter_fast(mm, MM_ANONPAGES); in wp_page_copy() 2144 inc_mm_counter_fast(mm, MM_ANONPAGES); in wp_page_copy() 2598 inc_mm_counter_fast(mm, MM_ANONPAGES); in do_swap_page() 2772 inc_mm_counter_fast(mm, MM_ANONPAGES); in do_anonymous_page() 2860 inc_mm_counter_fast(vma->vm_mm, MM_ANONPAGES); in do_set_pte() 2863 inc_mm_counter_fast(vma->vm_mm, MM_FILEPAGES); in do_set_pte()
|