Home
last modified time | relevance | path

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

/linux-6.6.21/lib/raid6/
Dalgos.c132 #define time_before(x, y) ((x) < (y)) macro
/linux-6.6.21/include/linux/
Djiffies.h135 #define time_before(a,b) time_after(b,a) macro