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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp347 SLIST_INIT(&ce->userClientList);
393 while ((ucc = SLIST_FIRST(&found->userClientList))) {
394 SLIST_REMOVE_HEAD(&found->userClientList, link);
556 SLIST_INSERT_HEAD(&found->userClientList, counter, link);
575 SLIST_REMOVE(&counter->parentClass->userClientList, counter, IOUserClientCounter, link);
937 SLIST_FOREACH(userClientCounter, &ce->userClientList, link) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h92 SLIST_HEAD(, IOUserClientCounter) userClientList; member in struct:ClassNode

Completed in 63 milliseconds