Home
last modified time | relevance | path

Searched refs:interruptStatisticsLock (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOService.cpp805 IOLockInlineInit(&reserved->interruptStatisticsLock); in init()
824 IOLockInlineInit(&reserved->interruptStatisticsLock); in init()
858 IOLockInlineDestroy(&reserved->interruptStatisticsLock); in free()
8811 IOLockLock(&reserved->interruptStatisticsLock); in addInterruptStatistics()
8930 IOLockUnlock(&reserved->interruptStatisticsLock); in addInterruptStatistics()
8944 IOLockLock(&reserved->interruptStatisticsLock); in removeInterruptStatistics()
8976 IOLockUnlock(&reserved->interruptStatisticsLock); in removeInterruptStatistics()
9065 IOLockLock(&reserved->interruptStatisticsLock); in configureReport()
9082 IOLockUnlock(&reserved->interruptStatisticsLock); in configureReport()
9115 IOLockLock(&reserved->interruptStatisticsLock); in updateReport()
[all …]
/xnu-11215/iokit/IOKit/
H A DIOService.h426 IOLock interruptStatisticsLock; member