Home | History | Annotate | Download | only in utils

Lines Matching refs:os_reltime

26 struct os_reltime {
43 int os_get_reltime(struct os_reltime *t);
67 /* Helpers for handling struct os_reltime */
69 static inline int os_reltime_before(struct os_reltime *a,
70 struct os_reltime *b)
77 static inline void os_reltime_sub(struct os_reltime *a, struct os_reltime *b,
78 struct os_reltime *res)
89 static inline void os_reltime_age(struct os_reltime *start,
90 struct os_reltime *age)
92 struct os_reltime now;
99 static inline int os_reltime_expired(struct os_reltime *now,
100 struct os_reltime *ts,
103 struct os_reltime age;
111 static inline int os_reltime_initialized(struct os_reltime *t)