Lines Matching refs:timespec
45 const struct timespec clock_to_100ms = { 0, MSEC2NSEC(100) };
52 const struct timespec clock_to_invns = { 0, NANOSEC * 2 };
53 const struct timespec clock_to_invnegs = { -12345, 0 };
54 const struct timespec clock_to_invnegns = { 100, -0x23 };
57 clock_rel_to_abs(clockid_t clock, const struct timespec *restrict rel, in clock_rel_to_abs()
58 struct timespec *restrict abs) in clock_rel_to_abs()
74 clock_abs_after(clockid_t clock, const struct timespec *to) in clock_abs_after()
76 struct timespec now; in clock_abs_after()
90 clock_rel_after(clockid_t clock, const struct timespec *start, in clock_rel_after()
91 const struct timespec *to) in clock_rel_after()
93 struct timespec now, absto; in clock_rel_after()