Searched refs:gActionQueues (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOPlatformActions.cpp | 80 static queue_head_t gActionQueues[kQueueCount]; variable 139 return iocpu_run_platform_actions(&gActionQueues[kQueueQuiesce], 0, 0U - 1, in IOCPURunPlatformQuiesceActions() 148 kern_return_t result = iocpu_run_platform_actions(&gActionQueues[kQueueActive], 0, 0U - 1, in IOCPURunPlatformActiveActions() 157 if (!gActionQueues[kQueueHaltRestart].next) { in IOCPURunPlatformHaltRestartActions() 160 return iocpu_run_platform_actions(&gActionQueues[kQueueHaltRestart], 0, 0U - 1, in IOCPURunPlatformHaltRestartActions() 168 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicActions() 176 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicActions() 190 if (!gActionQueues[kQueuePanic].next) { in IOCPURunPlatformPanicSyncAction() 193 return iocpu_run_platform_actions(&gActionQueues[kQueuePanic], 0, 0U - 1, in IOCPURunPlatformPanicSyncAction() 200 iocpu_run_platform_actions(&gActionQueues[kQueueSleep], 0, 0U - 1, in IOPlatformActionsPreSleep() [all …]
|