time_after
#define time_after(a, b) ((long)((b) - (a)) < 0)
#define time_after(a,b) ((long)(b) - (long)(a) < 0)