Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtimetc.h60 u_int tc_flags; member
/NextBSD/sys/dev/acpica/
HDacpi_timer.c196 acpi_timer_timecounter.tc_flags = TC_FLAGS_SUSPEND_SAFE; in acpi_timer_probe()
293 if ((timecounter->tc_flags & TC_FLAGS_SUSPEND_SAFE) != 0) { in acpi_timer_suspend_handler()
/NextBSD/include/rpcsvc/
HDnis_object.x249 u_long tc_flags; /* control flags */ member
/NextBSD/sys/dev/xen/timer/
HDtimer.c405 sc->tc.tc_flags = TC_FLAGS_SUSPEND_SAFE; in xentimer_attach()
/NextBSD/sys/x86/x86/
HDtsc.c538 tsc_timecounter.tc_flags |= TC_FLAGS_C2STOP; in init_TSC_tc()
/NextBSD/sys/kern/
HDkern_tc.c1359 if ((timecounter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()
1361 if ((th->th_counter->tc_flags & TC_FLAGS_C2STOP) != 0) in tc_windup()