Searched defs:time_before (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/lib/raid6/ | ||
H A D | algos.c | 107 #define time_before(x, y) ((x) < (y)) macro |
/linux-4.1.27/include/linux/ | ||
H A D | jiffies.h | 105 #define time_before(a,b) time_after(b,a) macro |
Completed in 584 milliseconds