Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOService.cpp357 static queue_head_t gArbitrationLockQueueFree; variable
671 queue_init(&gArbitrationLockQueueFree); in initialize()
1673 if (!queue_empty( &gArbitrationLockQueueFree )) { in lockForArbitration()
1674 queue_remove_first( &gArbitrationLockQueueFree, in lockForArbitration()
1909 queue_enter( &gArbitrationLockQueueFree, in lockForArbitration()
1959 queue_enter( &gArbitrationLockQueueFree, in unlockForArbitration()