Lines Matching refs:IOWorkLoopCounter
61 struct IOWorkLoopCounter;
105 SLIST_HEAD(, IOWorkLoopCounter) workLoopList;
160 typedef struct IOWorkLoopCounter { struct
161 SLIST_ENTRY(IOWorkLoopCounter) link;
173 } IOWorkLoopCounter; argument
256 static IOWorkLoopCounter *registerWorkLoop(IOWorkLoop *workLoop);
257 static void unregisterWorkLoop(IOWorkLoopCounter *counter);
346 static void attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);
347 static void detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc);
350 countWorkLoopOpenGate(IOWorkLoopCounter *counter) in countWorkLoopOpenGate()
359 countWorkLoopCloseGate(IOWorkLoopCounter *counter) in countWorkLoopCloseGate()