Searched refs:kextHead (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp76 IOStatistics::KextTreeHead IOStatistics::kextHead = RB_INITIALIZER(&IOStatistics::kextHead); member in class:IOStatistics
232 RB_INSERT(KextTree, &kextHead, ke);
257 found = RB_FIND(KextTree, &kextHead, &sought);
275 RB_REMOVE(KextTree, &kextHead, found);
327 foundKext = RB_FIND(KextTree, &kextHead, &soughtKext);
867 RB_FOREACH(ke, KextTree, &kextHead) {
888 RB_FOREACH(ke, KextTree, &kextHead) {
908 RB_FOREACH(ke, KextTree, &kextHead) {
926 RB_FOREACH(ke, KextTree, &kextHead) {
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h203 static KextTreeHead kextHead; member in class:IOStatistics

Completed in 11 milliseconds