time_before_eq
#define time_before_eq(a,b) time_after_eq(b,a)
static inline bool time_before_eq(u64 a, u64 b)