HomeSort by relevance Sort by last modified time
    Searched refs:interval_burst (Results 1 - 9 of 9) sorted by null

  /external/netperf/src/
netsh.h 139 extern int interval_burst;
nettest_bsd.h 87 uint32_t interval_burst;/* how many things to do each interval */ member in struct:omni_request_struct
121 uint32_t interval_burst;/* how many things to do each interval */ member in struct:omni_response_struct
nettest_sctp.c 659 if ((interval_burst) || (demo_mode)) {
664 interval_count = interval_burst;
745 if ((interval_burst) && (--interval_count == 0)) {
758 interval_count = interval_burst;
    [all...]
nettest_omni.c 195 if (interval_burst) { \
202 interval_count = interval_burst; \
207 if (interval_burst) { \
214 interval_count = interval_burst; \
231 if ((interval_burst) && (--interval_count == 0)) { \
247 interval_count = interval_burst; \
253 if ((interval_burst) && (--interval_count == 0)) { \
271 interval_count = interval_burst; \
277 if (interval_burst) { \
281 interval_count = interval_burst; \
    [all...]
nettest_xti.c 873 if ((interval_burst) || (demo_mode)) {
878 interval_count = interval_burst;
947 if ((interval_burst) && (--interval_count == 0)) {
    [all...]
netsh.c 171 interval_burst = 0, variable
1000 interval_burst = convert(arg1);
    [all...]
nettest_bsd.c 251 if (interval_burst) { \
258 interval_count = interval_burst;
262 if (interval_burst) { \
269 interval_count = interval_burst; \
285 if ((interval_burst) && (--interval_count == 0)) { \
297 interval_count = interval_burst; \
303 if ((interval_burst) && (--interval_count == 0)) { \
317 interval_count = interval_burst; \
343 if (interval_burst) { \
346 interval_count = interval_burst; \
    [all...]
nettest_unix.c     [all...]
nettest_dlpi.c     [all...]

Completed in 352 milliseconds