Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dvdso.h43 struct bintime th_boottime; member
117 struct bintime32 th_boottime; member
/freebsd-12-stable/sys/kern/
Dkern_tc.c81 struct bintime th_boottime; member
488 GETTHMEMBER(boottimebin, th_boottime); in getboottimebin()
1319 th->th_boottime = *new_boottimebin; in tc_windup()
1360 bintime_add(&bt, &th->th_boottime); in tc_windup()
1368 th->th_boottime.sec += bt.sec - t; in tc_windup()
2143 vdso_th->th_boottime = th->th_boottime; in tc_fill_vdso_timehands()
2167 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()
2168 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()
2206 (intmax_t)th->th_boottime.sec, (uintmax_t)th->th_boottime.frac); in DB_SHOW_COMMAND()
/freebsd-12-stable/lib/libc/sys/
D__vdso_gettimeofday.c97 bintime_add(bt, &th->th_boottime); in binuptime()