Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/Kernel/
H A DIOPerfControl.cpp39 shared->interface = PerfControllerInterface{ in init()
50 [](IOService *device, PerfControllerInterface::WorkState *state, WorkSubmitArgs *args) { in init()
54 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkSubmitArgs *a… in init()
57 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkBeginArgs *ar… in init()
60 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkEndArgs *args… in init()
63 …[](IOService *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *a… in init()
369 PerfControllerInterface::WorkState state{ in workSubmit()
402 PerfControllerInterface::WorkState state{ in workSubmitAndBegin()
441 PerfControllerInterface::WorkState state{ in workBegin()
463 PerfControllerInterface::WorkState state{ in workEnd()
[all …]
/xnu-8796.121.2/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h259 struct PerfControllerInterface { struct
304 PerfControllerInterface interface; argument
311 PerfControllerInterface::DriverState driverState;
320 virtual IOReturn registerPerformanceController(PerfControllerInterface *interface);