Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h278 PerfDeviceID device_type; member
370 …void accountResources(coalition_t coal, PerfControllerInterface::PerfDeviceID device_type, PerfCon…
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp179 …countResources(coalition_t coal, PerfControllerInterface::PerfDeviceID device_type, PerfController… in accountResources() argument
181 switch (device_type) { in accountResources()
189 … device type for IOPerfControlClient::accountResources: %llu", static_cast<uint64_t>(device_type)); in accountResources()
509 accountResources(workTable[token].coal, clientData.driverState.device_type, &resources); in workEnd()
749 accountResources(work_context->coal, clientData.driverState.device_type, &resources); in workEndWithContext()
H A DIOPlatformExpert.cpp1667 char *device_type = (char *)tmpData->getBytesNoCopy(); in createNubs() local
1668 if (strcmp(device_type, "cpu") != 0) { in createNubs()