Home | History | Annotate | Download | only in netperf

Lines Matching refs:demo_units

335     if ((demo_mode) && (demo_units == 0)) { \
336 /* take our default value of demo_units to be the larger of \
339 demo_units = 2*a; \
342 demo_units = 2*b; \
350 if (units_this_tick >= demo_units) { \
351 /* time to possibly update demo_units and maybe output an \
355 /* we always want to fine-tune demo_units here whether we \
357 will lengthen demo_units. if we are long, this will \
359 demo_units = demo_units * (demo_interval / actual_interval); \
381 if ((demo_mode) && (demo_units == 0)) { \
383 demo_units = a; \
390 if (units_this_tick >= demo_units) { \
391 /* time to possibly update demo_units and maybe output an \
395 /* we always want to fine-tune demo_units here whether we \
397 will lengthen demo_units. if we are long, this will \
399 demo_units = demo_units * (demo_interval / actual_interval); \