time_before
#define time_before(a,b) time_after(b,a)
#define time_before(x, y) ((x) < (y))
static inline bool time_before(u64 a, u64 b)