Home
last modified time | relevance | path

Searched defs:time_after (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/drm/include/linux/
H A Djiffies.h44 #define time_after(a,b) ((long)(b) - (long)(a) < 0) macro
H A Dsched.h117 unsigned long time_before, time_after; in schedule_timeout() local
/dflybsd-src/sys/dev/virtual/amazon/ena/ena-com/
H A Dena_plat.h340 #define time_after(a,b) ((long)((unsigned long)(b) - (unsigned long)(a)) < 0) macro