Home
last modified time | relevance | path

Searched refs:th_boottime (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dvdso.h43 struct bintime th_boottime; member
140 struct bintime32 th_boottime; member
/f-stack/freebsd/kern/
H A Dkern_tc.c81 struct bintime th_boottime; member
474 GETTHMEMBER(boottimebin, th_boottime); in getboottimebin()
1316 th->th_boottime = *new_boottimebin; in tc_windup()
1366 bintime_add(&bt, &th->th_boottime); in tc_windup()
1374 th->th_boottime.sec += bt.sec - t; in tc_windup()
2147 vdso_th->th_boottime = th->th_boottime; in tc_fill_vdso_timehands()
2171 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()
2172 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()
2210 (intmax_t)th->th_boottime.sec, (uintmax_t)th->th_boottime.frac); in DB_SHOW_COMMAND()