Searched refs:loadedKexts (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp49 uint32_t IOStatistics::loadedKexts = 0; member in class:IOStatistics
236 loadedKexts++;
290 loadedKexts--;
643 (sizeof(IOStatisticsKext) * loadedKexts) + (sizeof(uint32_t) * registeredClasses) +
644 (sizeof(IOStatisticsMemory) * loadedKexts) +
647 (sizeof(IOStatisticsKextIdentifier) * loadedKexts) +
717 calculatedSize, loadedKexts, registeredClasses);
801 sizeof(IOStatisticsUserClientCall) * IOKIT_STATISTICS_RECORDED_USERCLIENT_PROCS * loadedKexts;
854 stats->kextCount = loadedKexts;
881 return (sizeof(IOStatisticsKext) * loadedKexts
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h191 static uint32_t loadedKexts; member in class:IOStatistics

Completed in 14 milliseconds