OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tvtohz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_time_arith.c
101
tvtohz
(const struct timeval *tv)
function
175
* timeval and use
tvtohz
() above.
185
return
tvtohz
(&tv);
/src/tests/kernel/
t_time_arith.c
787
*
tvtohz
(t sec) @ f Hz = { ceil(t/(1/f)), if that's below INT_MAX;
1112
ATF_TC(
tvtohz
);
variable
1113
ATF_TC_HEAD(
tvtohz
, tc)
1116
"Test
tvtohz
(9)");
1118
ATF_TC_BODY(
tvtohz
, tc)
1130
ticks =
tvtohz
(&tv->tv_tv);
1143
"[%zu]
tvtohz
(%lld.%06ld sec) @ %d Hz:"
1161
ATF_TP_ADD_TC(tp,
tvtohz
);
Completed in 82 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026