Searched defs:time_before (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/raid6/
H A Dalgos.c128 #define time_before(x, y) ((x) < (y)) macro
/linux-master/include/linux/
H A Djiffies.h138 #define time_before(a,b) time_after(b,a) macro

Completed in 162 milliseconds