Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h189 bool workSubmitWithContext(IOService *device, OSObject *context, WorkSubmitArgs *args = nullptr);
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp593 if (workSubmitWithContext(device, context, submitArgs) == false) { in workSubmitAndBeginWithContext()
619 IOPerfControlClient::workSubmitWithContext(IOService *device, OSObject *context, WorkSubmitArgs *ar… in workSubmitWithContext() function in IOPerfControlClient