Home
last modified time | relevance | path

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

/NextBSD/sys/sys/
HDtimetc.h62 #define TC_FLAGS_SUSPEND_SAFE 2 /* macro
/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/sys/dev/xen/timer/
HDtimer.c405 sc->tc.tc_flags = TC_FLAGS_SUSPEND_SAFE; in xentimer_attach()