Home
last modified time | relevance | path

Searched refs:detachWorkLoopEventSource (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOStatisticsPrivate.h347 static void detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);
/xnu-11215/iokit/Kernel/
H A DIOWorkLoop.cpp112 IOStatistics::detachWorkLoopEventSource(reserved->counter, inEvent->reserved->counter); \
H A DIOStatistics.cpp615 IOStatistics::detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) in detachWorkLoopEventSource() function in IOStatistics