Searched refs:TIMEVAL_TO_TIMESPEC (Results 1 – 7 of 7) sorted by relevance
106 #ifndef TIMEVAL_TO_TIMESPEC107 #define TIMEVAL_TO_TIMESPEC(tv, ts) do { \ macro
134 TIMEVAL_TO_TIMESPEC(&tv, ts); in get_monotonic()
89 TIMEVAL_TO_TIMESPEC(&value, &end_at); in Wait()186 TIMEVAL_TO_TIMESPEC(&value, &created_at_); in Process()
486 #ifndef TIMEVAL_TO_TIMESPEC487 #define TIMEVAL_TO_TIMESPEC(tv, ts) { \ macro
1055 TIMEVAL_TO_TIMESPEC(&bw->bwend, &ts); in bandwidth_limit()
163 TIMEVAL_TO_TIMESPEC(&tremain, rem) in nanosleep()
265 TIMEVAL_TO_TIMESPEC(tv, &ts); in kq_dispatch()