Home
last modified time | relevance | path

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

/linux-4.19.296/lib/raid6/
Dalgos.c129 #define time_before(x, y) ((x) < (y)) macro
/linux-4.19.296/include/linux/
Djiffies.h109 #define time_before(a,b) time_after(b,a) macro