Searched defs:time_before (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/raid6/ | ||
D | algos.c | 118 #define time_before(x, y) ((x) < (y)) macro |
/kernel/linux/linux-5.10/include/linux/ | ||
D | jiffies.h | 108 #define time_before(a,b) time_after(b,a) macro |