Home
last modified time | relevance | path

Searched refs:IOLockLock (Results 1 – 25 of 26) sorted by relevance

12

/xnu-11215.1.10/iokit/Kernel/
H A DIOPMPowerStateQueue.cpp78 IOLockLock(queueLock); in submitPowerEvent()
92 IOLockLock(queueLock); in checkForWork()
100 IOLockLock(queueLock); in checkForWork()
H A DIOInterruptAccounting.cpp66 IOLockLock(gInterruptAccountingDataListLock); in interruptAccountingDataAddToList()
74 IOLockLock(gInterruptAccountingDataListLock); in interruptAccountingDataRemoveFromList()
H A DIOUserServer.cpp1048 IOLockLock(fInternalState->fDextLock); in PrepareForDMA_Impl()
1111 IOLockLock(fInternalState->fDextLock); in CompleteDMA_Impl()
1858 IOLockLock(inst->ivars->lock); in Create_Impl()
1871 IOLockLock(inst->ivars->lock); in Create_Impl()
1891 IOLockLock(inst->ivars->lock); in Create_Impl()
1923 IOLockLock(ivars->lock); in CopyNextNotification_Impl()
1970 IOLockLock(ivars->lock); in free()
2006 IOLockLock(ivars->lock); in SetHandler_Impl()
2037 IOLockLock(ivars->lock); in SetEnableWithCompletion_Impl()
2936 IOLockLock(service->reserved->uvars->userServer->fLock); in objectInstantiate()
[all …]
H A DIOPlatformActions.cpp320 IOLockLock(gIOPlatformActionsLock); in IOInstallServicePlatformActions()
333 IOLockLock(gIOPlatformActionsLock); in IOInstallServiceSleepPlatformActions()
350 IOLockLock(gIOPlatformActionsLock); in IORemoveServicePlatformActions()
H A DIOInterruptController.cpp80 IOLockLock(vector->interruptLock); in registerInterrupt()
243 IOLockLock(vector->interruptLock); in unregisterInterrupt()
615 IOLockLock(vector->interruptLock); in registerInterrupt()
681 IOLockLock(vector->interruptLock); in unregisterInterrupt()
H A DIOUserClient.cpp273 IOLockLock(&machPort->lock); in noMoreSendersForObject()
323 IOLockLock(&machPort->lock); in releasePortForObject()
378 IOLockLock(&machPort->lock); in destroyUserReferences()
390 IOLockLock(&machPort->lock); in destroyUserReferences()
489 IOLockLock(&lock); in reset()
500 IOLockLock(&lock); in isValid()
520 IOLockLock(&lock); in copyNextObject()
550 IOLockLock(gIOObjectPortLock); in iokit_port_object_description()
634 IOLockLock(gIOObjectPortLock); in ipcExit()
669 IOLockLock(&machPort->lock); in iokit_copy_object_for_consumed_kobject()
[all …]
H A DIOService.cpp908 IOLockLock( gIOServiceBusyLock ); in attach()
954 IOLockLock(gJobsLock); in detach()
1019 IOLockLock( gIOServiceBusyLock ); in detach()
1151 IOLockLock( gIOServiceBusyLock ); in startMatching()
1165 IOLockLock( gIOServiceBusyLock ); in startMatching()
1202 IOLockLock(gJobsLock); in startDeferredMatches()
2010 IOLockLock(gArbitrationLockQueueLock); in isLockedForArbitration()
2614 IOLockLock(gIOServiceBusyLock); in terminatePhase1()
2734 IOLockLock( gIOServiceBusyLock ); in terminatePhase1()
2826 IOLockLock( gJobsLock ); in scheduleTerminatePhase2()
[all …]
H A DIOPMrootDomain.cpp406 #define WAKEEVENT_LOCK() IOLockLock(wakeEventLock)
412 #define AGGRESSIVES_LOCK() IOLockLock(featuresDictLock)
723 #define PMSETTING_LOCK() IOLockLock(settingsCtrlLock)
966 IOLockLock(gHaltLogLock); in halt_log_enter()
1014 IOLockLock(gHaltLogLock); in IOSystemShutdownNotification()
4556 IOLockLock(featuresDictLock);
4650 IOLockLock(featuresDictLock);
5769 IOLockLock(gPMHaltLock);
5853 IOLockLock(gPMHaltLock);
6328 IOLockLock(pmStatsLock);
[all …]
H A DIOPerfControl.cpp332 IOLockLock(shared->interfaceLock); in registerDevice()
368 IOLockLock(shared->interfaceLock); in unregisterDevice()
776 IOLockLock(shared->interfaceLock); in registerPerformanceController()
H A DIOCPU.cpp398 IOLockLock(gIOCPUsLock); in start()
438 IOLockLock(gIOCPUsLock); in detach()
H A DIOServicePM.cpp177 #define PM_LOCK() IOLockLock(fPMLock)
353 IOLockLock(gIOPMInitLock); in PMinit()
2914 IOLockLock(fActivityLock); in computeDesiredState()
3096 IOLockLock(fActivityLock); in _activityTickle()
3128 IOLockLock(fActivityLock); in _activityTickle()
3215 IOLockLock(fActivityLock); in handleActivityTickle()
3338 IOLockLock(fActivityLock); in start_PM_idle_timer()
3430 IOLockLock(fActivityLock); in idleTimerExpired()
3684 IOLockLock(fActivityLock); in startPowerChange()
5224 IOLockLock(fActivityLock); in ParentChangeRootChangeDown()
[all …]
H A DIOHibernateIO.cpp516 IOLockLock(gFSLock); in IOHibernateSystemSleep()
620 IOLockLock(gFSLock); in IOHibernateSystemSleep()
842 IOLockLock(gFSLock); in IOHibernateSystemSleep()
1093 IOLockLock(gFSLock); in IOHibernateIOKitSleep()
1113 IOLockLock(gFSLock); in IOHibernateSystemHasSlept()
1436 IOLockLock(gFSLock); in IOHibernateSystemPostWakeTrim()
1460 IOLockLock(gFSLock); in IOHibernateSystemPostWake()
H A DIOMapper.cpp81 IOLockLock(fWaitLock); in lock()
H A DIOLib.cpp1364 IOLockLock(a->lock); in iopa_alloc()
1384 IOLockLock(a->lock); in iopa_alloc()
1423 IOLockLock(a->lock); in iopa_free()
H A DIOPlatformExpert.cpp421 IOLockLock(gIOInterruptControllersLock); in registerInterruptController()
436 IOLockLock(gIOInterruptControllersLock); in deregisterInterruptController()
450 IOLockLock(gIOInterruptControllersLock); in lookUpInterruptController()
H A DIODeviceTreeSupport.cpp1093 IOLockLock(gIODTResolvers->lock); in IODTSetResolving()
1280 IOLockLock(gIODTResolvers->lock); in IODTResolveAddressCell()
H A DIOReporter.cpp413 IOLockLock(_configLock); in lockReporterConfig()
H A DIONVRAM.cpp100 IOLockLock(_controllerLock); \
/xnu-11215.1.10/libkern/c++/
H A DOSMetaClass.cpp671 IOLockLock(sAllClassesLock); in ~OSMetaClass()
782 IOLockLock(sStalledClassesLock); in preModLoad()
878 IOLockLock(sAllClassesLock); in postModLoad()
918 IOLockLock(sAllClassesLock); in postModLoad()
1048 IOLockLock(sInstancesLock); in addInstance()
1068 IOLockLock(sInstancesLock); in removeInstance()
1077 IOLockLock(sAllClassesLock); in removeInstance()
1149 IOLockLock(sInstancesLock); in applyToInstances()
1165 IOLockLock(sAllClassesLock); in applyToInstancesOfClassName()
1177 IOLockLock(sInstancesLock); in applyToInstancesOfClassName()
[all …]
H A DOSKext.cpp15119 IOLockLock(sKextLoggingLock);
15172 IOLockLock(sKextLoggingLock);
15212 IOLockLock(sKextLoggingLock);
15337 IOLockLock(sKextLoggingLock);
15620 IOLockLock(sKextSummariesLock);
15667 IOLockLock(sKextSummariesLock);
15800 IOLockLock(sKextSummariesLock);
15833 IOLockLock(sKextSummariesLock);
16361 IOLockLock(sKextSummariesLock);
16919 IOLockLock(lock);
[all …]
/xnu-11215.1.10/iokit/Exclaves/
H A DExclaves.cpp675 IOLockLock(pRef->exclave_interrupts_lock); in exclaveRegisterInterrupt()
702 IOLockLock(pRef->exclave_interrupts_lock); in exclaveRemoveInterrupt()
742 IOLockLock(pRef->exclave_interrupts_lock); in exclaveEnableInterrupt()
862 IOLockLock(pRef->exclave_timers_lock); in exclaveRegisterTimer()
892 IOLockLock(pRef->exclave_timers_lock); in exclaveRemoveTimer()
930 IOLockLock(pRef->exclave_timers_lock); in exclaveEnableTimer()
965 IOLockLock(pRef->exclave_timers_lock); in exclaveTimerSetTimeout()
996 IOLockLock(pRef->exclave_timers_lock); in exclaveTimerCancelTimeout()
1035 IOLockLock(ref->exclave_timers_lock); in exclaveTimerFired()
1074 IOLockLock(pRef->exclaveAsyncNotificationEventSourcesLock); in exclaveAsyncNotificationRegister()
[all …]
/xnu-11215.1.10/tools/tests/testkext/
H A Dtestthreadcall.cpp71 IOLockLock(tlock2); in start()
85 IOLockLock(tlock2); in start()
/xnu-11215.1.10/iokit/IOKit/
H A DIOLocks.h100 #define IOLockLock(l) lck_mtx_lock(l) macro
102 void IOLockLock( IOLock * lock);
195 IOLockLock(lock); in IOTakeLock()
/xnu-11215.1.10/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp780 IOLockLock(fArenaLock); in map()
812 IOLockLock(fArenaLock); in unmap()
867 IOLockLock(fArenaLock); in addMapper()
890 IOLockLock(fArenaLock); in removeMapper()
1076 IOLockLock(fRegionLock); in setSegmentBuffer()
1085 IOLockLock(fRegionLock); in clearSegmentBuffer()
1118 IOLockLock(fRegionLock); in attachArena()
1174 IOLockLock(fRegionLock); in detachArena()
1203 IOLockLock(fRegionLock); in updateMappingsForArena()
/xnu-11215.1.10/iokit/Tests/
H A DTests.cpp1595 IOLockLock(threadArgs->lock); in IOUserNotificationTestThread()
1629 IOLockLock(lock); in IOUserNotificationTests()
1917 IOLockLock(&threadArgs->lock); in TestLockForArbitrationThread()
1926 IOLockLock(&threadArgs->lock); in TestLockForArbitrationThread()
1950 IOLockLock(&threadArgs.lock); in TestLockForArbitration()
1963 IOLockLock(&threadArgs.lock); in TestLockForArbitration()

12