Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOInterruptAccounting.cpp44 IOLock * gInterruptAccountingDataListLock = NULL; variable
56 gInterruptAccountingDataListLock = IOLockAlloc(); in interruptAccountingInit()
58 assert(gInterruptAccountingDataListLock); in interruptAccountingInit()
66 IOLockLock(gInterruptAccountingDataListLock); in interruptAccountingDataAddToList()
68 IOLockUnlock(gInterruptAccountingDataListLock); in interruptAccountingDataAddToList()
74 IOLockLock(gInterruptAccountingDataListLock); in interruptAccountingDataRemoveFromList()
76 IOLockUnlock(gInterruptAccountingDataListLock); in interruptAccountingDataRemoveFromList()