Home
last modified time | relevance | path

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

/xnu-12377.81.4/iokit/Kernel/
H A DIOPlatformActions.cpp80 static queue_head_t gActionQueues[kQueueCount]; variable
140 return iocpu_run_platform_actions(&gActionQueues[kQueueQuiesce], 0, 0U - 1, in IOCPURunPlatformQuiesceActions()
150 kern_return_t result = iocpu_run_platform_actions(&gActionQueues[kQueueActive], 0, 0U - 1, in IOCPURunPlatformActiveActions()
159 if (!gActionQueues[kQueueHaltRestart].next) { in IOCPURunPlatformHaltRestartActions()
163 return iocpu_run_platform_actions(&gActionQueues[kQueueHaltRestart], 0, 0U - 1, in IOCPURunPlatformHaltRestartActions()
171 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicActions()
180 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicActions()
194 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicSyncAction()
198 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicSyncAction()
206 iocpu_run_platform_actions(&gActionQueues[kQueueSleep], 0, 0U - 1, in IOPlatformActionsPreSleep()
[all …]