Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h222 struct WorkUpdateArgs { struct
240 void workUpdateWithContext(IOService *device, OSObject *context, WorkUpdateArgs *args = nullptr); argument
305 using WorkUpdateFunction = void (*)(IOService *, uint64_t, WorkState *, WorkUpdateArgs *);
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp66 …Service *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *args) { in init()
666 IOPerfControlClient::workUpdateWithContext(IOService *device, OSObject *context, WorkUpdateArgs *ar… in workUpdateWithContext()