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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp263 while ((wlc = SLIST_FIRST(&found->workLoopList))) {
264 SLIST_REMOVE_HEAD(&found->workLoopList, link);
508 SLIST_INSERT_HEAD(&found->workLoopList, counter, link);
524 SLIST_REMOVE(&counter->parentKext->workLoopList, counter, IOWorkLoopCounter, link);
1032 SLIST_FOREACH(wlc, &ke->workLoopList, link) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h105 SLIST_HEAD(, IOWorkLoopCounter) workLoopList; member in struct:KextNode

Completed in 16 milliseconds