Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp215 if (clientData.driverState.resource_accounting) { in allocateToken()
408 .driver_state = &clientData.driverState in workSubmit()
441 .driver_state = &clientData.driverState in workSubmitAndBegin()
480 .driver_state = &clientData.driverState in workBegin()
502 .driver_state = &clientData.driverState in workEnd()
605 .driver_state = &clientData.driverState in workSubmitAndBeginWithContext()
640 .driver_state = &clientData.driverState in workSubmitWithContext()
647 if (clientData.driverState.resource_accounting) { in workSubmitWithContext()
685 .driver_state = &clientData.driverState in workUpdateWithContext()
714 .driver_state = &clientData.driverState in workBeginWithContext()
[all …]
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h329 PerfControllerInterface::DriverState driverState; member