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

  /src/sys/kern/
subr_time_arith.c 166 tstohz(const struct timespec *ts) function
  /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 44 milliseconds