Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_red.c182 static double calc_drop_rate(uint32_t enqueued, uint32_t dropped) in calc_drop_rate() function
492 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in func_test1()
603 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in func_test2()
1002 drop_rate = calc_drop_rate(tcfg->tvar->enqueued[j],tcfg->tvar->dropped[j]); in func_test5()
1653 drop_rate = calc_drop_rate(*tcfg->tvar->enqueued, *tcfg->tvar->dropped); in ovfl_test1()