Searched refs:TIMECOUNT_TO_BINTIME (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libc/sys/ |
H A D | microtime.c | 50 TIMECOUNT_TO_BINTIME(delta, tk->tk_scale, bt); in binuptime() 68 TIMECOUNT_TO_BINTIME(delta, tk->tk_scale, bt); in binruntime() 87 TIMECOUNT_TO_BINTIME(delta, tk->tk_scale, bt); in bintime()
|
/openbsd/sys/kern/ |
H A D | kern_tc.c | 191 TIMECOUNT_TO_BINTIME(tc_delta(th), th->th_scale, bt); in binuptime() 280 TIMECOUNT_TO_BINTIME(tc_delta(th), th->th_scale, bt); in binruntime() 330 TIMECOUNT_TO_BINTIME(tc_delta(th), th->th_scale, bt); in bintime() 695 TIMECOUNT_TO_BINTIME(delta, th->th_scale, &bt); in tc_windup()
|
/openbsd/sys/sys/ |
H A D | time.h | 212 TIMECOUNT_TO_BINTIME(u_int count, uint64_t scale, struct bintime *bt) in TIMECOUNT_TO_BINTIME() function
|