Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp507 …shared->interface.workEndWithResources(device, tokenToGlobalUniqueToken(token), &state, args, &res… in workEnd()
747 shared->interface.workEndWithResources(device, work_context->id, &state, args, &resources, done); in workEndWithContext()
804 assert(pci->workEndWithResources); in registerPerformanceController()
805 shared->interface.workEndWithResources = pci->workEndWithResources; in registerPerformanceController()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h317 WorkEndWithResourcesFunction workEndWithResources; member