Searched refs:gIOAllActionsQueue (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOCPU.cpp92 static iocpu_platform_action_entry_t * gIOAllActionsQueue; variable
240 entry->alloc_list = gIOAllActionsQueue;
241 gIOAllActionsQueue = entry;
387 while ((entry = gIOAllActionsQueue))
389 gIOAllActionsQueue = entry->alloc_list;

Completed in 20 milliseconds