Searched refs:th_boottime (Results 1 – 4 of 4) sorted by relevance
41 struct bintime th_boottime; member138 struct bintime32 th_boottime; member
80 struct bintime th_boottime; member499 GETTHMEMBER(boottimebin, th_boottime); in getboottimebin()1393 th->th_boottime = *new_boottimebin; in tc_windup()1435 bintime_add(&bt, &th->th_boottime); in tc_windup()1446 th->th_boottime.sec += bt.sec - t; in tc_windup()2206 vdso_th->th_boottime = th->th_boottime; in tc_fill_vdso_timehands()2230 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()2231 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()2269 (intmax_t)th->th_boottime.sec, (uintmax_t)th->th_boottime.frac); in DB_SHOW_COMMAND()
95 bintime_add(bt, &th->th_boottime); in binuptime()
209 bintime_add(bt, &th->th_boottime);