Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Djiffies.h158 #define time_before_eq(a,b) time_after_eq(b,a) macro
/linux-6.14.4/tools/sched_ext/include/scx/
Dcommon.bpf.h493 static inline bool time_before_eq(u64 a, u64 b) in time_before_eq() function