Home
last modified time | relevance | path

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

/linux/lib/raid6/
A Dalgos.c118 #define time_before(x, y) ((x) < (y)) macro
/linux/include/linux/
A Djiffies.h108 #define time_before(a,b) time_after(b,a) macro

Completed in 5 milliseconds