Lines Matching refs:IOEventSourceCounter
393 IOEventSourceCounter *esc; in onClassRemoved()
399 kfree_type(IOEventSourceCounter, esc); in onClassRemoved()
426 IOEventSourceCounter *
429 IOEventSourceCounter *counter = NULL; in registerEventSource()
439 counter = kalloc_type(IOEventSourceCounter, (zalloc_flags_t)(Z_WAITOK | Z_ZERO)); in registerEventSource()
473 IOStatistics::unregisterEventSource(IOEventSourceCounter *counter) in unregisterEventSource()
482 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link); in unregisterEventSource()
485 kfree_type(IOEventSourceCounter, counter); in unregisterEventSource()
590 IOStatistics::attachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) in attachWorkLoopEventSource()
615 IOStatistics::detachWorkLoopEventSource(IOWorkLoopCounter *wlc, IOEventSourceCounter *esc) in detachWorkLoopEventSource()
945 IOEventSourceCounter *counter; in copyCounterStatistics()