Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dvdso.h41 struct bintime th_boottime; member
138 struct bintime32 th_boottime; member
/freebsd/sys/kern/
H A Dkern_tc.c79 struct bintime th_boottime; member
498 GETTHMEMBER(boottimebin, th_boottime); in getboottimebin()
1386 th->th_boottime = *new_boottimebin; in tc_windup()
1428 bintime_add(&bt, &th->th_boottime); in tc_windup()
1438 th->th_boottime.sec += bt.sec - t; in tc_windup()
2198 vdso_th->th_boottime = th->th_boottime; in tc_fill_vdso_timehands()
2222 vdso_th32->th_boottime.sec = th->th_boottime.sec; in tc_fill_vdso_timehands32()
2223 *(uint64_t *)&vdso_th32->th_boottime.frac[0] = th->th_boottime.frac; in tc_fill_vdso_timehands32()
2261 (intmax_t)th->th_boottime.sec, (uintmax_t)th->th_boottime.frac); in DB_SHOW_COMMAND()
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c95 bintime_add(bt, &th->th_boottime); in binuptime()
/freebsd/sys/compat/linux/
H A Dlinux_vdso_gtod.inc209 bintime_add(bt, &th->th_boottime);