Home
last modified time | relevance | path

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

12

/xnu-11215.81.4/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()
1863 IOLockLock(inst->ivars->lock); in Create_Impl()
1876 IOLockLock(inst->ivars->lock); in Create_Impl()
1896 IOLockLock(inst->ivars->lock); in Create_Impl()
1928 IOLockLock(ivars->lock); in CopyNextNotification_Impl()
1975 IOLockLock(ivars->lock); in free()
2011 IOLockLock(ivars->lock); in SetHandler_Impl()
2042 IOLockLock(ivars->lock); in SetEnableWithCompletion_Impl()
2941 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.cpp909 IOLockLock( gIOServiceBusyLock ); in attach()
955 IOLockLock(gJobsLock); in detach()
1020 IOLockLock( gIOServiceBusyLock ); in detach()
1152 IOLockLock( gIOServiceBusyLock ); in startMatching()
1166 IOLockLock( gIOServiceBusyLock ); in startMatching()
1203 IOLockLock(gJobsLock); in startDeferredMatches()
2011 IOLockLock(gArbitrationLockQueueLock); in isLockedForArbitration()
2615 IOLockLock(gIOServiceBusyLock); in terminatePhase1()
2735 IOLockLock( gIOServiceBusyLock ); in terminatePhase1()
2827 IOLockLock( gJobsLock ); in scheduleTerminatePhase2()
[all …]
H A DIOPMrootDomain.cpp405 #define WAKEEVENT_LOCK() IOLockLock(wakeEventLock)
411 #define AGGRESSIVES_LOCK() IOLockLock(featuresDictLock)
722 #define PMSETTING_LOCK() IOLockLock(settingsCtrlLock)
965 IOLockLock(gHaltLogLock); in halt_log_enter()
1013 IOLockLock(gHaltLogLock); in IOSystemShutdownNotification()
4561 IOLockLock(featuresDictLock);
4655 IOLockLock(featuresDictLock);
5774 IOLockLock(gPMHaltLock);
5858 IOLockLock(gPMHaltLock);
6333 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 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()
5229 IOLockLock(fActivityLock); in ParentChangeRootChangeDown()
[all …]
H A DIOCPU.cpp398 IOLockLock(gIOCPUsLock); in start()
438 IOLockLock(gIOCPUsLock); in detach()
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.cpp1366 IOLockLock(a->lock); in iopa_alloc()
1386 IOLockLock(a->lock); in iopa_alloc()
1425 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.81.4/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.cpp15127 IOLockLock(sKextLoggingLock);
15180 IOLockLock(sKextLoggingLock);
15220 IOLockLock(sKextLoggingLock);
15345 IOLockLock(sKextLoggingLock);
15628 IOLockLock(sKextSummariesLock);
15675 IOLockLock(sKextSummariesLock);
15808 IOLockLock(sKextSummariesLock);
15841 IOLockLock(sKextSummariesLock);
16369 IOLockLock(sKextSummariesLock);
16925 IOLockLock(lock);
[all …]
/xnu-11215.81.4/iokit/Exclaves/
H A DExclaves.cpp700 IOLockLock(pRef->exclave_interrupts_lock); in exclaveRegisterInterrupt()
727 IOLockLock(pRef->exclave_interrupts_lock); in exclaveRemoveInterrupt()
767 IOLockLock(pRef->exclave_interrupts_lock); in exclaveEnableInterrupt()
886 IOLockLock(pRef->exclave_timers_lock); in exclaveRegisterTimer()
916 IOLockLock(pRef->exclave_timers_lock); in exclaveRemoveTimer()
954 IOLockLock(pRef->exclave_timers_lock); in exclaveEnableTimer()
989 IOLockLock(pRef->exclave_timers_lock); in exclaveTimerSetTimeout()
1020 IOLockLock(pRef->exclave_timers_lock); in exclaveTimerCancelTimeout()
1059 IOLockLock(ref->exclave_timers_lock); in exclaveTimerFired()
1097 IOLockLock(pRef->exclaveAsyncNotificationEventSourcesLock); in exclaveAsyncNotificationRegister()
[all …]
/xnu-11215.81.4/tools/tests/testkext/
H A Dtestthreadcall.cpp71 IOLockLock(tlock2); in start()
85 IOLockLock(tlock2); in start()
/xnu-11215.81.4/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.81.4/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.81.4/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