Home
last modified time | relevance | path

Searched refs:pow2ns (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/watchdog/
H A Dwatchdog.c84 pow2ns_to_ts(int pow2ns, struct timespec *ts) in pow2ns_to_ts() argument
88 ns = 1ULL << pow2ns; in pow2ns_to_ts()
94 pow2ns_to_ticks(int pow2ns) in pow2ns_to_ticks() argument
99 pow2ns_to_ts(pow2ns, &ts); in pow2ns_to_ticks()
/freebsd/usr.sbin/watchdogd/
H A Dwatchdogd.c188 pow2ns_to_ts(int pow2ns, struct timespec *ts) in pow2ns_to_ts() argument
192 ns = 1ULL << pow2ns; in pow2ns_to_ts()