time_after_eq
#define time_after_eq(a, b) ((long)((a) - (b)) >= 0)
#define time_after_eq(a,b) ((long)(b) - (long)(a) <= 0)