Home
last modified time | relevance | path

Searched refs:count_vm_tlb_events (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dvmstat.h126 #define count_vm_tlb_events(x, y) count_vm_events(x, y) macro
129 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) macro
/linux/arch/x86/mm/
H A Dtlb.c874 count_vm_tlb_events(NR_TLB_LOCAL_FLUSH_ONE, nr_invalidate); in flush_tlb_func()