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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp89 static iocpu_platform_action_entry_t * gIOAllActionsQueue; variable
229 entry->alloc_list = gIOAllActionsQueue;
230 gIOAllActionsQueue = entry;
357 while ((entry = gIOAllActionsQueue))
359 gIOAllActionsQueue = entry->alloc_list;

Completed in 18 milliseconds