Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dtc_police.sh141 local nr_pct=$((100 * (nr - er) / er))
142 ((-10 <= nr_pct && nr_pct <= 10))
143 …check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required …
191 local nr_pct=$((100 * (nr - er) / er))
192 ((-10 <= nr_pct && nr_pct <= 10))
193 …check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required …
261 local nr_pct=$((100 * (nr - er) / er))
262 ((-10 <= nr_pct && nr_pct <= 10))
263 …check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required …
271 local nr_pct=$((100 * (nr - er) / er))
[all …]
Dsch_tbf_core.sh228 local nr_pct=$((100 * (nr - er) / er))
229 ((-5 <= nr_pct && nr_pct <= 5))
230 …check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required …