Home
last modified time | relevance | path

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

12

/xnu-8792.41.9/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.cpp72 gIOCPUsLock = IOLockAlloc(); in IOCPUInitialize()
569 vectors[cnt].interruptLock = IOLockAlloc(); in initCPUInterruptController()
H A DIOLocks.cpp54 IOLockAlloc( void ) in IOLockAlloc() function
H A DIOMapper.cpp70 fWaitLock = IOLockAlloc(); in IOMapperLock()
H A DIOPlatformActions.cpp214 gIOPlatformActionsLock = IOLockAlloc(); in IOPlatformActionsInitialize()
H A DIOInterruptController.cpp574 vectors[cnt].interruptLock = IOLockAlloc(); in initInterruptController()
H A DIOPerfControl.cpp67 shared->interfaceLock = IOLockAlloc(); in init()
H A DIOReporter.cpp210 _configLock = IOLockAlloc(); in init()
H A DIOPMrootDomain.cpp1606 featuresDictLock = IOLockAlloc(); in start()
1607 settingsCtrlLock = IOLockAlloc(); in start()
1608 wakeEventLock = IOLockAlloc(); in start()
1609 gHaltLogLock = IOLockAlloc(); in start()
1693 pmStatsLock = IOLockAlloc(); in start()
9778 me->pmTraceWorkerLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
9804 IOLock *l = IOLockAlloc(); in RTC_TRACE()
9986 me->lock = IOLockAlloc(); in worker()
10233 gPMHaltLock = IOLockAlloc(); in notifySystemShutdown()
11035 me->assertionsArrayLock = IOLockAlloc(); in pmAssertionsTracker()
H A DIOUserClient.cpp472 lock = IOLockAlloc(); in init()
1226 gIOObjectPortLock = IOLockAlloc(); in initialize()
1227 gIOUserClientOwnersLock = IOLockAlloc(); in initialize()
1228 gIOUserServerLock = IOLockAlloc(); in initialize()
4335 client->filterLock = IOLockAlloc(); in is_io_service_open_extended()
H A DIOServicePM.cpp329 gIOPMInitLock = IOLockAlloc(); in allocPMInitLock()
439 fPMLock = IOLockAlloc(); in PMinit()
451 fActivityLock = IOLockAlloc(); in PMinit()
479 fWatchdogLock = IOLockAlloc(); in PMinit()
8636 fLock = IOLockAlloc(); in init()
H A DIOUserServer.cpp1751 inst->ivars->lock = IOLockAlloc(); in Create_Impl()
4029 inst->fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
4478 vars->uvarsLock = IOLockAlloc(); in serviceAttach()
5761 fLock = IOLockAlloc(); in OSDefineMetaClassAndStructors()
6597 ivars->fLock = IOLockAlloc(); in init()
6842 vars->fLock = IOLockAlloc(); in initialize()
H A DIOService.cpp622 gJobsLock = IOLockAlloc(); in initialize()
625 gIOServiceBusyLock = IOLockAlloc(); in initialize()
627 gIOConsoleUsersLock = IOLockAlloc(); in initialize()
645 gArbitrationLockQueueLock = IOLockAlloc(); in initialize()
790 reserved->interruptStatisticsLock = IOLockAlloc(); in init()
824 reserved->interruptStatisticsLock = IOLockAlloc(); in init()
H A DIOLib.cpp1295 a->lock = IOLockAlloc(); in iopa_init()
H A DIODeviceTreeSupport.cpp167 gIODTResolvers->lock = IOLockAlloc(); in IODeviceTreeAlloc()
H A DIOPlatformExpert.cpp160 gIOInterruptControllersLock = IOLockAlloc(); in start()
H A DIONVRAM.cpp1040 _controllerLock = IOLockAlloc(); in init()
/xnu-8792.41.9/iokit/Examples/drvGenericInterruptController/
H A DGenericInterruptController.cpp76 vectors[cnt].interruptLock = IOLockAlloc(); in start()
/xnu-8792.41.9/tools/tests/testkext/
H A Dtestthreadcall.cpp63 tlock2 = IOLockAlloc(); in start()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLocks.h78 IOLock * IOLockAlloc( void );
/xnu-8792.41.9/libkern/c++/
H A DOSMetaClass.cpp340 sAllClassesLock = IOLockAlloc(); in initialize()
341 sStalledClassesLock = IOLockAlloc(); in initialize()
342 sInstancesLock = IOLockAlloc(); in initialize()
/xnu-8792.41.9/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp651 fArenaLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()
919 fRegionLock = IOLockAlloc(); in OSDefineMetaClassAndFinalStructors()

12