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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp383 IOEventSourceCounter *esc; local
387 while ((esc = SLIST_FIRST(&found->counterList))) {
389 kfree(esc, sizeof(IOEventSourceCounter));
581 void IOStatistics::attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) argument
597 nextWorkLoopDependency->loadTag = esc->parentClass->parentKext->loadTag;
605 void IOStatistics::detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) argument
618 sought.loadTag = esc->parentClass->parentKext->loadTag;
/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 15 milliseconds