Lines Matching defs:th_boottime
79 struct bintime th_boottime;
498 GETTHMEMBER(boottimebin, th_boottime);
1386 th->th_boottime = *new_boottimebin;
1428 bintime_add(&bt, &th->th_boottime);
1438 th->th_boottime.sec += bt.sec - t;
2198 vdso_th->th_boottime = th->th_boottime;
2222 vdso_th32->th_boottime.sec = th->th_boottime.sec;
2223 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac;
2261 (intmax_t)th->th_boottime.sec, (uintmax_t)th->th_boottime.frac);