Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp168 IOPerfControlClient::tokenToGlobalUniqueToken(uint64_t token) in tokenToGlobalUniqueToken() function in IOPerfControlClient
418 shared->interface.workSubmit(device, tokenToGlobalUniqueToken(token), &state, args); in workSubmit()
452 shared->interface.workSubmit(device, tokenToGlobalUniqueToken(token), &state, submitArgs); in workSubmitAndBegin()
454 shared->interface.workBegin(device, tokenToGlobalUniqueToken(token), &state, beginArgs); in workSubmitAndBegin()
482 shared->interface.workBegin(device, tokenToGlobalUniqueToken(token), &state, args); in workBegin()
507 …shared->interface.workEndWithResources(device, tokenToGlobalUniqueToken(token), &state, args, &res… in workEnd()
512 shared->interface.workEnd(device, tokenToGlobalUniqueToken(token), &state, args, done); in workEnd()
/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h369 inline uint64_t tokenToGlobalUniqueToken(uint64_t token);