HomeSort by: relevance | last modified time | path
    Searched refs:tstohz (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/sys/
timearith.h 67 int tstohz(const struct timespec *);
  /src/sys/kern/
subr_time.c 74 return tstohz(&ts);
85 return tstohz(&ts);
121 return tstohz(ts);
235 *timo = tstohz(ts);
subr_time_arith.c 166 tstohz(const struct timespec *ts) function
sys_sig.c 763 timo = tstohz(&ts);
kern_event.c 1375 tticks = tstohz(&ts);
2302 timeout = tstohz(&ats);
sys_futex.c 974 * truncated by tstohz, anyway.
977 MAX(1, tstohz(&ts)));
kern_time.c 478 timo = tstohz(t);
sys_aio.c 539 timo = tstohz(ts);
  /src/sys/external/bsd/drm2/include/linux/
jiffies.h 108 return tstohz(ts);
  /src/tests/kernel/
t_time_arith.c 411 * tstohz(t sec) @ f Hz = { ceil(t/(1/f)), if that's below INT_MAX;
416 "PR kern/59691: tstohz(9) rounding errors"
744 ATF_TC(tstohz); variable
745 ATF_TC_HEAD(tstohz, tc)
748 "Test tstohz(9)");
750 ATF_TC_BODY(tstohz, tc)
762 ticks = tstohz(&ts->ts_ts);
772 "[%zu] tstohz(%lld.%09ld sec) @ %d Hz:"
1160 ATF_TP_ADD_TC(tp, tstohz);

Completed in 25 milliseconds