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 73 return tstohz(&ts);
84 return tstohz(&ts);
120 return tstohz(ts);
234 *timo = tstohz(ts);
subr_time_arith.c 164 tstohz(const struct timespec *ts) function in typeref:typename:int
sys_sig.c 761 timo = tstohz(&ts);
kern_event.c 1370 tticks = tstohz(&ts);
2297 timeout = tstohz(&ats);
sys_futex.c 974 * truncated by tstohz, anyway.
977 MAX(1, tstohz(&ts)));
kern_time.c 464 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 470 * tstohz(t sec) @ f Hz = { ceil(t/(1/f)), if that's below INT_MAX;
475 "PR kern/59691: tstohz(9) rounding errors"
803 ATF_TC(tstohz);
804 ATF_TC_HEAD(tstohz, tc)
807 "Test tstohz(9)");
809 ATF_TC_BODY(tstohz, tc)
821 ticks = tstohz(&ts->ts_ts);
831 "[%zu] tstohz(%lld.%09ld sec) @ %d Hz:"
1219 ATF_TP_ADD_TC(tp, tstohz);

Completed in 20 milliseconds