Home
last modified time | relevance | path

Searched refs:TIMECOUNT_TO_BINTIME (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libc/sys/
H A Dmicrotime.c50 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 Dkern_tc.c191 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 Dtime.h212 TIMECOUNT_TO_BINTIME(u_int count, uint64_t scale, struct bintime *bt) in TIMECOUNT_TO_BINTIME() function