Lines Matching refs:IOEventSourceCounter
59 struct IOEventSourceCounter;
91 SLIST_HEAD(, IOEventSourceCounter) counterList;
138 typedef struct IOEventSourceCounter { struct
139 SLIST_ENTRY(IOEventSourceCounter) link;
153 } IOEventSourceCounter; argument
253 static IOEventSourceCounter *registerEventSource(OSObject *inOwner);
254 static void unregisterEventSource(IOEventSourceCounter *counter);
276 setCounterType(IOEventSourceCounter *counter, IOStatisticsCounterType type) in setCounterType()
284 countOpenGate(IOEventSourceCounter *counter) in countOpenGate()
293 countCloseGate(IOEventSourceCounter *counter) in countCloseGate()
303 countInterruptCheckForWork(IOEventSourceCounter *counter) in countInterruptCheckForWork()
311 countInterrupt(IOEventSourceCounter *counter) in countInterrupt()
320 countCommandQueueActionCall(IOEventSourceCounter *counter) in countCommandQueueActionCall()
329 countCommandGateActionCall(IOEventSourceCounter *counter) in countCommandGateActionCall()
338 countTimerTimeout(IOEventSourceCounter *counter) in countTimerTimeout()
346 static void attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);
347 static void detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);