Lines Matching defs:x
83 #define count_vm_numa_event(x) count_vm_event(x) argument
84 #define count_vm_numa_events(x, y) count_vm_events(x, y) argument
86 #define count_vm_numa_event(x) do {} while (0) argument
87 #define count_vm_numa_events(x, y) do { (void)(y); } while (0) argument
91 #define count_vm_tlb_event(x) count_vm_event(x) argument
92 #define count_vm_tlb_events(x, y) count_vm_events(x, y) argument
94 #define count_vm_tlb_event(x) do {} while (0) argument
95 #define count_vm_tlb_events(x, y) do { (void)(y); } while (0) argument
99 #define count_vm_vmacache_event(x) count_vm_event(x) argument
101 #define count_vm_vmacache_event(x) do {} while (0) argument
113 static inline void zone_page_state_add(long x, struct zone *zone, in zone_page_state_add()
122 long x = atomic_long_read(&vm_stat[item]); in global_page_state() local
133 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state() local
150 long x = atomic_long_read(&zone->vm_stat[item]); in zone_page_state_snapshot() local