Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvmstat.h125 #define count_vm_tlb_event(x) count_vm_event(x) macro
128 #define count_vm_tlb_event(x) do {} while (0) macro
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c1085 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in cache_disable()
1099 count_vm_tlb_event(NR_TLB_LOCAL_FLUSH_ALL); in cache_enable()