Lines Matching refs:link

92 RB_GENERATE(IOStatistics::KextTree, KextNode, link, kextNodeCompare);
144 RB_GENERATE(IOWorkLoopCounter::DependencyTree, IOWorkLoopDependency, link, IOWorkLoopCounter::loadT…
277 SLIST_REMOVE_HEAD(&found->workLoopList, link); in onKextUnload()
283 TAILQ_REMOVE(&found->userClientCallList, uce, link); in onKextUnload()
398 SLIST_REMOVE_HEAD(&found->counterList, link); in onClassRemoved()
404 SLIST_REMOVE_HEAD(&found->userClientList, link); in onClassRemoved()
459 SLIST_INSERT_HEAD(&found->counterList, counter, link); in registerEventSource()
482 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link); in unregisterEventSource()
515 SLIST_INSERT_HEAD(&found->workLoopList, counter, link); in registerWorkLoop()
532 SLIST_REMOVE(&counter->parentKext->workLoopList, counter, IOWorkLoopCounter, link); in unregisterWorkLoop()
564 SLIST_INSERT_HEAD(&found->userClientList, counter, link); in registerUserClient()
583 SLIST_REMOVE(&counter->parentClass->userClientList, counter, IOUserClientCounter, link); in unregisterUserClient()
953 SLIST_FOREACH(userClientCounter, &ce->userClientList, link) { in copyCounterStatistics()
966 SLIST_FOREACH(counter, &ce->counterList, link) { in copyCounterStatistics()
1051 SLIST_FOREACH(wlc, &ke->workLoopList, link) { in copyWorkLoopStatistics()
1089 TAILQ_FOREACH(processEntry, &found->userClientCallList, link) { in copyUserClientStatistics()
1159 TAILQ_FOREACH(entry, &parentKext->userClientCallList, link) { in storeUserClientCallInfo()
1164 TAILQ_REMOVE(&parentKext->userClientCallList, entry, link); in storeUserClientCallInfo()
1179 TAILQ_REMOVE(&parentKext->userClientCallList, entry, link); in storeUserClientCallInfo()
1193 TAILQ_FOREACH(nextEntry, &parentKext->userClientCallList, link) { in storeUserClientCallInfo()
1202 TAILQ_INSERT_HEAD(&parentKext->userClientCallList, entry, link); in storeUserClientCallInfo()
1204 TAILQ_INSERT_AFTER(&parentKext->userClientCallList, prevEntry, entry, link); in storeUserClientCallInfo()