Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOStatistics.h204 typedef struct IOStatisticsUserClientCall { struct
208 } IOStatisticsUserClientCall; argument
215 struct IOStatisticsUserClientCall userClientCalls[];
/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp811 sizeof(IOStatisticsUserClientCall) * IOKIT_STATISTICS_RECORDED_USERCLIENT_PROCS * loadedKexts; in getUserClientStatistics()
1097 return sizeof(IOStatisticsUserClientCall) * stats->processes; in copyUserClientStatistics()