Searched refs:to_abstime (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/sys/ |
| D | timeout.h | 39 struct timespec to_abstime; /* absolute time to run at */ member 93 .to_abstime = { .tv_sec = 0, .tv_nsec = 0 }, \
|
| /openbsd/src/sys/kern/ |
| D | kern_timeout.c | 407 old_abstime = to->to_abstime; in timeout_abs_ts() 408 to->to_abstime = *abstime; in timeout_abs_ts() 527 KASSERT(timespeccmp(&kc->kc_lastscan, &to->to_abstime, <)); in timeout_bucket() 528 timespecsub(&to->to_abstime, &kc->kc_lastscan, &diff); in timeout_bucket() 533 timespecadd(&to->to_abstime, &kc->kc_offset, &shifted_abstime); in timeout_bucket() 673 if (timespeccmp(&to->to_abstime, &kc->kc_lastscan, >)) { in softclock_process_kclock_timeout() 681 if (!new && timespeccmp(&to->to_abstime, &kc->kc_late, <=)) in softclock_process_kclock_timeout() 968 timespecsub(&to->to_abstime, &kc->kc_lastscan, &remaining); in db_show_timeout()
|