count_vm_tlb_events  113 include/linux/vmstat.h #define count_vm_tlb_events(x, y)  count_vm_events(x, y)
count_vm_tlb_events  116 include/linux/vmstat.h #define count_vm_tlb_events(x, y) do { (void)(y); } while (0)