Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimetc.h68 u_int tc_flags; member
/f-stack/freebsd/kern/
H A Dkern_tc.c1384 if ((timecounter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()
1386 if ((th->th_counter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()
2203 tc->tc_flags, tc->tc_priv); in DB_SHOW_COMMAND()
/f-stack/freebsd/x86/x86/
H A Dtsc.c617 tsc_timecounter.tc_flags |= TC_FLAGS_C2STOP; in init_TSC_tc()