Searched refs:DRV_COUNTING_COUNTER (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dcounters.h53 # if !defined(COUNTING_COUNTER) && !defined(DRV_COUNTING_COUNTER)
116 DRV_COUNTING_COUNTER(NATRecvWakeups, "counting wakeups of NAT RX thread");
119 DRV_COUNTING_COUNTER(QueuePktSent, "counting packet sent via PDM Queue");
120 DRV_COUNTING_COUNTER(QueuePktDropped, "counting packet drops by PDM Queue");
121 DRV_COUNTING_COUNTER(ConsumerFalse, "counting consumer's reject number to process the queue's item");
125 #ifdef DRV_COUNTING_COUNTER
126 # undef DRV_COUNTING_COUNTER macro
/vbox/src/VBox/Devices/Network/
H A DDrvNAT.cpp187 #define DRV_COUNTING_COUNTER(name, dsc) STAMCOUNTER Stat ## name macro
1346 # define DRV_COUNTING_COUNTER(name, dsc) DEREGISTER_COUNTER(name, pThis) macro
1551 # define DRV_COUNTING_COUNTER(name, dsc) REGISTER_COUNTER(name, pThis, STAMTYPE_COUNTER, STAMUNIT_COUNT, dsc) macro

Completed in 76 milliseconds