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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp239 static queue_head_t gArbitrationLockQueueFree; variable
403 queue_init(&gArbitrationLockQueueFree);
1129 if( !queue_empty( &gArbitrationLockQueueFree )) {
1130 queue_remove_first( &gArbitrationLockQueueFree,
1386 queue_enter( &gArbitrationLockQueueFree,
1437 queue_enter( &gArbitrationLockQueueFree,

Completed in 120 milliseconds