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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h187 uint32_t attachedEventSources; member in struct:IOStatisticsWorkLoop
H A DIOStatisticsPrivate.h163 int attachedEventSources; member in struct:IOWorkLoopCounter
196 static uint32_t attachedEventSources; member in class:IOStatistics
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp54 uint32_t IOStatistics::attachedEventSources = 0; member in class:IOStatistics
593 attachedEventSources++;
594 wlc->attachedEventSources++;
615 attachedEventSources--;
616 wlc->attachedEventSources--;
743 sizeof(uint32_t) * attachedEventSources;
1034 stats->attachedEventSources = wlc->attachedEventSources;

Completed in 15 milliseconds