Home
last modified time | relevance | path

Searched refs:IOLockAlloc (Results 1 – 25 of 34) sorted by relevance

12

/xnu-12377.61.12/iokit/Kernel/
H A DIOConditionLock.cpp52 cond_interlock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
53 sleep_interlock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
H A DIOInterruptAccounting.cpp56 gInterruptAccountingDataListLock = IOLockAlloc(); in interruptAccountingInit()
H A DIOPMPowerStateQueue.cpp56 queueLock = IOLockAlloc(); in init()
H A DIOCommandQueue.cpp105 producerLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
H A DIOCPU.cpp73 gIOCPUsLock = IOLockAlloc(); in IOCPUInitialize()
621 vectors[cnt].interruptLock = IOLockAlloc(); in initCPUInterruptController()
H A DIOMapper.cpp71 fWaitLock = IOLockAlloc(); in IOMapperLock()
H A DIOLocks.cpp54 IOLockAlloc( void ) in IOLockAlloc() function
H A DIOPlatformActions.cpp221 gIOPlatformActionsLock = IOLockAlloc(); in IOPlatformActionsInitialize()
H A DIOInterruptController.cpp574 vectors[cnt].interruptLock = IOLockAlloc(); in initInterruptController()
H A DIOReporter.cpp210 _configLock = IOLockAlloc(); in init()
H A DIOPerfControl.cpp70 shared->interfaceLock = IOLockAlloc(); in init()
H A DIOPMrootDomain.cpp1711 featuresDictLock = IOLockAlloc(); in start()
1712 settingsCtrlLock = IOLockAlloc(); in start()
1713 wakeEventLock = IOLockAlloc(); in start()
1714 gHaltLogLock = IOLockAlloc(); in start()
1800 pmStatsLock = IOLockAlloc(); in start()
10222 me->pmTraceWorkerLock = IOLockAlloc();
10248 IOLock *l = IOLockAlloc();
10430 me->lock = IOLockAlloc();
10677 gPMHaltLock = IOLockAlloc();
11688 me->assertionsArrayLock = IOLockAlloc();
H A DIOUserServer.cpp1785 inst->ivars->lock = IOLockAlloc(); in Create_Impl()
4156 inst->fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
4624 vars->uvarsLock = IOLockAlloc(); in serviceAttach()
6242 fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
7093 ivars->fLock = IOLockAlloc(); in init()
7337 vars->fLock = IOLockAlloc(); in initialize()
H A DIOServicePM.cpp340 gIOPMInitLock = IOLockAlloc(); in allocPMInitLock()
450 fPMLock = IOLockAlloc(); in PMinit()
462 fActivityLock = IOLockAlloc(); in PMinit()
490 fWatchdogLock = IOLockAlloc(); in PMinit()
9037 fLock = IOLockAlloc(); in init()
H A DIONVRAMCHRPHandler.cpp306 handler->_controllerLock = IOLockAlloc(); in init()
H A DIOLib.cpp1242 a->lock = IOLockAlloc(); in iopa_init()
H A DIODeviceTreeSupport.cpp173 gIODTResolvers->lock = IOLockAlloc(); in IODeviceTreeAlloc()
/xnu-12377.61.12/tests/unit/mocks/
H A Dfake_kinit.c102 sKextLoggingLock = IOLockAlloc(); in fake_iokit_init()
/xnu-12377.61.12/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp76 vectors[cnt].interruptLock = IOLockAlloc(); in start()
/xnu-12377.61.12/iokit/Tests/TestServices/
H A DTestIOServiceUserNotification.cpp21 fLock = IOLockAlloc(); in start()
/xnu-12377.61.12/tools/tests/testkext/
H A Dtestthreadcall.cpp63 tlock2 = IOLockAlloc(); in start()
/xnu-12377.61.12/libkern/c++/
H A DOSMetaClass.cpp340 sAllClassesLock = IOLockAlloc(); in initialize()
341 sStalledClassesLock = IOLockAlloc(); in initialize()
342 sInstancesLock = IOLockAlloc(); in initialize()
/xnu-12377.61.12/iokit/IOKit/
H A DIOLocks.h78 IOLock * IOLockAlloc( void );
/xnu-12377.61.12/iokit/Exclaves/
H A DExclaves.cpp225 ref->exclave_interrupts_lock = IOLockAlloc(); in exclaveStart()
227 ref->exclave_timers_lock = IOLockAlloc(); in exclaveStart()
228 ref->exclaveAsyncNotificationEventSourcesLock = IOLockAlloc(); in exclaveStart()
/xnu-12377.61.12/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp653 fArenaLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()
921 fRegionLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()

12