Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h372 uint8_t driverIndex; variable
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp92 driverIndex = atomic_fetch_add_explicit(&shared->maxDriverIndex, 1, memory_order_relaxed) + 1; in init()
170 return token | (static_cast<uint64_t>(driverIndex) << kWorkTableIndexBits); in tokenToGlobalUniqueToken()