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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOConditionLock.cpp103 IOTakeLock(sleep_interlock);
118 IOTakeLock(sleep_interlock);
119 IOTakeLock(cond_interlock);
133 IOTakeLock(sleep_interlock);
148 IOTakeLock(sleep_interlock);
179 * Need to hold a IOTakeLock when we call thread_sleep().
183 IOTakeLock(cond_interlock);
H A DIOCommandQueue.cpp206 IOTakeLock(producerLock);
H A DIOInterruptController.cpp85 IOTakeLock(vector->interruptLock);
236 IOTakeLock(vector->interruptLock);
511 IOTakeLock(vector->interruptLock);
573 IOTakeLock(vector->interruptLock);
H A DIORangeAllocator.cpp60 if( options & kLocking) IOTakeLock( gIORangeAllocatorLock )
H A DIOService.cpp935 IOTakeLock( gArbitrationLockQueueLock );
1110 IOTakeLock( gArbitrationLockQueueLock );
1159 IOTakeLock( gArbitrationLockQueueLock );
1215 IOTakeLock( gArbitrationLockQueueLock );
3119 IOTakeLock( gJobsLock );
3153 IOTakeLock( gJobsLock );
3217 IOTakeLock( gJobsLock );
H A DIOCPU.cpp677 IOTakeLock(vector->interruptLock);
H A DIOUserClient.cpp160 IOTakeLock( gIOObjectPortLock);
206 IOTakeLock( gIOObjectPortLock);
233 IOTakeLock( gIOObjectPortLock);
271 IOTakeLock( gIOObjectPortLock);
603 IOTakeLock( lock );
641 IOTakeLock( lock );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLocks.h171 static __inline__ void IOTakeLock( IOLock * lock) { IOLockLock(lock); } function

Completed in 46 milliseconds