Searched defs:time_before (Results 1 – 3 of 3) sorted by relevance
128 #define time_before(x, y) ((x) < (y)) macro
138 #define time_before(a,b) time_after(b,a) macro
469 static inline bool time_before(u64 a, u64 b) in time_before() function