Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h321 atomic_uint_fast8_t maxDriverIndex; member
/xnu-11215/iokit/Kernel/
H A DIOPerfControl.cpp40 atomic_init(&shared->maxDriverIndex, 0); in init()
92 driverIndex = atomic_fetch_add_explicit(&shared->maxDriverIndex, 1, memory_order_relaxed) + 1; in init()