Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp42 shared->interface = PerfControllerInterface{ in init()
182 case PerfControllerInterface::PerfDeviceID::kANE: in accountResources()
402 PerfControllerInterface::WorkState state{ in workSubmit()
435 PerfControllerInterface::WorkState state{ in workSubmitAndBegin()
474 PerfControllerInterface::WorkState state{ in workBegin()
496 PerfControllerInterface::WorkState state{ in workEnd()
599 PerfControllerInterface::WorkState state{ in workSubmitAndBeginWithContext()
634 PerfControllerInterface::WorkState state{ in workSubmitWithContext()
680 PerfControllerInterface::WorkState state{ in workUpdateWithContext()
708 PerfControllerInterface::WorkState state{ in workBeginWithContext()
[all …]
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h260 struct PerfControllerInterface { struct
322 PerfControllerInterface interface; argument
329 PerfControllerInterface::DriverState driverState;
338 virtual IOReturn registerPerformanceController(PerfControllerInterface *interface);
370 …oid accountResources(coalition_t coal, PerfControllerInterface::PerfDeviceID device_type, PerfCont…