Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp56 uint32_t IOStatistics::attachedEventSources = 0; member in IOStatistics
602 attachedEventSources++; in attachWorkLoopEventSource()
603 wlc->attachedEventSources++; in attachWorkLoopEventSource()
625 attachedEventSources--; in detachWorkLoopEventSource()
626 wlc->attachedEventSources--; in detachWorkLoopEventSource()
753 sizeof(uint32_t) * attachedEventSources; in getWorkLoopStatistics()
1053 stats->attachedEventSources = wlc->attachedEventSources; in copyWorkLoopStatistics()
/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h163 int attachedEventSources; member
196 static uint32_t attachedEventSources; variable
H A DIOStatistics.h187 uint32_t attachedEventSources; member