Home
last modified time | relevance | path

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

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