Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_timeout.c83 struct timespec tick_ts; /* [I] Length of a tick (1/hz secs) */ variable
247 NSEC_TO_TIMESPEC(tick_nsec, &tick_ts); in timeout_startup()
624 timespecsub(&kc->kc_lastscan, &tick_ts, &kc->kc_late); in timeout_hardclock_update()