Home
last modified time | relevance | path

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

/dragonfly/sys/dev/acpica/Osd/
H A DOsdSchedule.c182 if (clocks_running == 0) { in AcpiOsSleep()
/dragonfly/sys/sys/
H A Dsystm.h86 extern int clocks_running; /* timing/timeout subsystem is operational */
/dragonfly/sys/kern/
H A Dkern_clock.c302 __read_mostly int clocks_running; /* tsleep/timeout clocks operational */ variable
327 clocks_running = 1; in initclocks()