Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dtimeout.h115 int timeout_abs_ts(struct timeout *, const struct timespec *);
/openbsd/src/sys/kern/
Dkern_time.c556 timeout_abs_ts(&pr->ps_realit_to,&its.it_value); in setitimer()
718 timeout_abs_ts(&pr->ps_realit_to, &tp->it_value); in realitexpire()
Dkern_timeout.c397 timeout_abs_ts(struct timeout *to, const struct timespec *abstime) in timeout_abs_ts() function