Searched refs:inc_mm_counter_fast (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/mm/ |
D | memory.c | 158 #define inc_mm_counter_fast(mm, member) add_mm_counter_fast(mm, member, 1) macro 172 #define inc_mm_counter_fast(mm, member) inc_mm_counter(mm, member) macro 1462 inc_mm_counter_fast(mm, MM_FILEPAGES); in insert_page() 2099 inc_mm_counter_fast(mm, MM_ANONPAGES); in wp_page_copy() 2102 inc_mm_counter_fast(mm, MM_ANONPAGES); in wp_page_copy() 2556 inc_mm_counter_fast(mm, MM_ANONPAGES); in do_swap_page() 2714 inc_mm_counter_fast(mm, MM_ANONPAGES); in do_anonymous_page() 2802 inc_mm_counter_fast(vma->vm_mm, MM_ANONPAGES); in do_set_pte() 2805 inc_mm_counter_fast(vma->vm_mm, MM_FILEPAGES); in do_set_pte()
|