Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dvmstat.h122 #define count_vm_tlb_events(x, y) count_vm_events(x, y) macro
125 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) macro
/Linux-v6.6/arch/x86/mm/
Dtlb.c880 count_vm_tlb_events(NR_TLB_LOCAL_FLUSH_ONE, nr_invalidate); in flush_tlb_func()