Searched refs:th_naptime (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | kern_tc.c | 84 struct bintime th_naptime; /* [W] */ member 282 bintimesub(bt, &th->th_naptime, bt); in binruntime() 306 bintimesub(&th->th_offset, &th->th_naptime, bt); in getbinruntime() 601 old_naptime = timehands->th_naptime; in tc_setclock() 604 new_naptime = timehands->th_naptime; in tc_setclock() 637 timekeep->tk_naptime = th->th_naptime; in tc_update_timekeep() 705 bintimeadd(&th->th_naptime, &bt, &th->th_naptime); in tc_windup() 706 naptime = th->th_naptime.sec; in tc_windup() 719 bintimesub(&th->th_offset, &th->th_naptime, in tc_windup() 728 bintimesub(&th->th_offset, &th->th_naptime, &bt); in tc_windup()
|