Home
last modified time | relevance | path

Searched refs:calc_drop_rate (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test/
H A Dtest_pie.c199 static double calc_drop_rate(uint32_t enqueued, uint32_t dropped) in calc_drop_rate() function
419 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, in func_test1()
524 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, in func_test2()
642 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, in func_test3()
H A Dtest_red.c206 static double calc_drop_rate(uint32_t enqueued, uint32_t dropped) in calc_drop_rate() function
516 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in func_test1()
627 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in func_test2()
1026 drop_rate = calc_drop_rate(tcfg->tvar->enqueued[j],tcfg->tvar->dropped[j]); in func_test5()
1677 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in ovfl_test1()