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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp259 IOWorkLoopCounter *wlc; local
263 while ((wlc = SLIST_FIRST(&found->workLoopList))) {
265 kfree(wlc, sizeof(IOWorkLoopCounter));
581 void IOStatistics::attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) argument
583 if (!wlc) {
594 wlc->attachedEventSources++;
598 if (NULL == RB_INSERT(IOWorkLoopCounter::DependencyTree, &wlc->dependencyHead, nextWorkLoopDependency)) {
605 void IOStatistics::detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) argument
609 if (!wlc) {
616 wlc
1027 IOWorkLoopCounter *wlc; local
[all...]
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h324 static void attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);
325 static void detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);

Completed in 72 milliseconds