Searched refs:kc_lastscan (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | kern_timeout.c | 86 struct timespec kc_lastscan; /* [T] Clock time at last wheel scan */ member 528 KASSERT(timespeccmp(&kc->kc_lastscan, &to->to_abstime, <)); in timeout_bucket() 529 timespecsub(&to->to_abstime, &kc->kc_lastscan, &diff); in timeout_bucket() 570 struct timespec *lastscan = &timeout_kclock[KCLOCK_UPTIME].kc_lastscan; in timeout_hardclock_update() 624 timespecadd(&now, &kc->kc_offset, &kc->kc_lastscan); in timeout_hardclock_update() 625 timespecsub(&kc->kc_lastscan, &tick_ts, &kc->kc_late); in timeout_hardclock_update() 674 if (timespeccmp(&to->to_abstime, &kc->kc_lastscan, >)) { in softclock_process_kclock_timeout() 969 timespecsub(&to->to_abstime, &kc->kc_lastscan, &remaining); in db_show_timeout() 998 db_timespec(&kc->kc_lastscan), db_kclock(i)); in db_show_callout()
|