Home | History | Annotate | Download | only in kern

Lines Matching defs:th_offset

110 	struct bintime		th_offset;       /* bin (up)time at windup */
131 .th_offset = { .sec = 1, .frac = 0 },
487 *bt = th->th_offset;
558 *bt = th->th_offset;
574 bintime2timespec(&th->th_offset, tsp);
590 bintime2timeval(&th->th_offset, tvp);
607 *bt = th->th_offset;
950 bintime_addx(&th->th_offset, th->th_scale * delta);
974 bt = th->th_offset;
1046 setrealuptime(th->th_microtime.tv_sec, th->th_offset.sec);
1329 bt = pps->capth->th_offset;