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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp346 SLIST_INIT(&ce->counterList);
387 while ((esc = SLIST_FIRST(&found->counterList))) {
388 SLIST_REMOVE_HEAD(&found->counterList, link);
452 SLIST_INSERT_HEAD(&found->counterList, counter, link);
474 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link);
950 SLIST_FOREACH(counter, &ce->counterList, link) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h91 SLIST_HEAD(, IOEventSourceCounter) counterList; member in struct:ClassNode

Completed in 73 milliseconds