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