Searched defs:y (Results 1 – 3 of 3) sorted by relevance
276 #define STATS_ADD_REAPED(x,y) ((x)->reaped += (y)) argument300 #define STATS_ADD_REAPED(x,y) do { (void)(y); } while (0) argument2126 #define check_spinlock_acquired_node(x, y) do { } while(0) argument
1481 #define VMAP_MIN(x, y) ((x) < (y) ? (x) : (y)) /* can't use min() */ argument1482 #define VMAP_MAX(x, y) ((x) > (y) ? (x) : (y)) /* can't use max() */ argument
571 static inline bool pcpu_region_overlap(int a, int b, int x, int y) in pcpu_region_overlap()