Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOStatistics.cpp458 counter->parentClass = found; in registerEventSource()
481 if (counter->parentClass) { in unregisterEventSource()
482 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link); in unregisterEventSource()
563 counter->parentClass = found; in registerUserClient()
583 SLIST_REMOVE(&counter->parentClass->userClientList, counter, IOUserClientCounter, link); in unregisterUserClient()
606 nextWorkLoopDependency->loadTag = esc->parentClass->parentKext->loadTag; in attachWorkLoopEventSource()
628 sought.loadTag = esc->parentClass->parentKext->loadTag; in detachWorkLoopEventSource()
1157 parentKext = counter->parentClass->parentKext; in storeUserClientCallInfo()
/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h140 ClassNode *parentClass; member
177 ClassNode *parentClass; member