MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tstohz

Function tstohz

freebsd/kern/kern_umtx.c:734–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

732}
733
734static inline int
735tstohz(const struct timespec *tsp)
736{
737 struct timeval tv;
738
739 TIMESPEC_TO_TIMEVAL(&tv, tsp);
740 return tvtohz(&tv);
741}
742
743static void
744abs_timeout_init(struct abs_timeout *timo, int clockid, int absolute,

Callers 1

abs_timeout_gethzFunction · 0.70

Calls 1

tvtohzFunction · 0.70

Tested by

no test coverage detected