Searched refs:WorkUpdateArgs (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/iokit/IOKit/perfcontrol/ |
| H A D | IOPerfControl.h | 222 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 D | IOPerfControl.cpp | 66 …Service *device, uint64_t token, PerfControllerInterface::WorkState *state, WorkUpdateArgs *args) { in init() 666 IOPerfControlClient::workUpdateWithContext(IOService *device, OSObject *context, WorkUpdateArgs *ar… in workUpdateWithContext()
|