Home
last modified time | relevance | path

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

/xnu-8796.121.2/iokit/IOKit/perfcontrol/
H A DIOPerfControl.h342 static constexpr size_t kWorkTableMaxSize = (1 << kWorkTableIndexBits) - 1; // - 1 since variable
/xnu-8796.121.2/iokit/Kernel/
H A DIOPerfControl.cpp93 …assertf(workTableLength <= kWorkTableMaxSize, "%zu exceeds max allowed capacity of %zu", workTable… in init()