Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp62 .workEnd = in init()
488 IOPerfControlClient::workEnd(IOService *device, uint64_t token, WorkEndArgs *args, bool done) in workEnd() function in IOPerfControlClient
512 shared->interface.workEnd(device, tokenToGlobalUniqueToken(token), &state, args, done); in workEnd()
752 shared->interface.workEnd(device, work_context->id, &state, args, done); in workEndWithContext()
782 … pci->unregisterDevice && pci->workCanSubmit && pci->workSubmit && pci->workBegin && pci->workEnd); in registerPerformanceController()
788 shared->interface.workEnd = pci->workEnd; in registerPerformanceController()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h154 …virtual void workEnd(IOService *device, uint64_t token, WorkEndArgs *args = nullptr, bool done = t…
313 WorkEndFunction workEnd; member