Searched defs:COUNTING_COUNTER (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/
H A Dcounters.h5 * This is included with different PROFILE_COUNTER and COUNTING_COUNTER
53 # if !defined(COUNTING_COUNTER) && !defined(DRV_COUNTING_COUNTER)
54 # error (DRV_)COUNTING_COUNTER is not defined
61 # if defined(PROFILE_COUNTER) || defined(COUNTING_COUNTER)
69 COUNTING_COUNTER(TCP, "TCP sockets");
70 COUNTING_COUNTER(TCPHot, "TCP sockets active");
71 COUNTING_COUNTER(UDP, "UDP sockets");
72 COUNTING_COUNTER(UDPHot, "UDP sockets active");
74 COUNTING_COUNTER(IORead_in_1, "SB IORead_in_1");
75 COUNTING_COUNTER(IORead_in_1_byte
134 # undef COUNTING_COUNTER macro
[all...]
H A Dslirp.c433 # define COUNTING_COUNTER(name, dsc) REGISTER_COUNTER(name, pData, STAMTYPE_COUNTER, STAMUNIT_COUNT, dsc) macro
454 # define COUNTING_COUNTER(name, dsc) DEREGISTER_COUNTER(name, pData) macro
H A Dslirp_state.h110 #define COUNTING_COUNTER(name, dsc) STAMCOUNTER Stat ## name macro

Completed in 56 milliseconds