Lines Matching refs:timespec
284 void ts_minus(struct timespec *ts_end, struct timespec *ts_start, struct timespec *ts_delta);
289 void ts_plus(struct timespec *ts_a, struct timespec *ts_b, struct timespec *ts_sum);
294 void ts_normalize(struct timespec *ts);
296 /* convert nanoseconds to a timespec
299 void nsec_to_ts(nsec_t ns, struct timespec *ts);
301 /* convert a timespec to nanoseconds
304 int ts_to_nsec(struct timespec *ts, nsec_t *ns);