Searched refs:nr_pct (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | tc_police.sh | 145 local nr_pct=$((100 * (nr - er) / er)) 146 ((-10 <= nr_pct && nr_pct <= 10)) 147 check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 195 local nr_pct=$((100 * (nr - er) / er)) 196 ((-10 <= nr_pct && nr_pct <= 10)) 197 check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 265 local nr_pct=$((100 * (nr - er) / er)) 266 ((-10 <= nr_pct [all...] |
H A D | sch_tbf_core.sh | 228 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 accuracy is +-5%."
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | tc_police.sh | 143 local nr_pct=$((100 * (nr - er) / er)) 144 ((-10 <= nr_pct && nr_pct <= 10)) 145 check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 193 local nr_pct=$((100 * (nr - er) / er)) 194 ((-10 <= nr_pct && nr_pct <= 10)) 195 check_err $? "Expected rate $(humanize $er), got $(humanize $nr), which is $nr_pct% off. Required accuracy is +-10%." 263 local nr_pct=$((100 * (nr - er) / er)) 264 ((-10 <= nr_pct [all...] |
H A D | sch_tbf_core.sh | 228 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 accuracy is +-5%."
|
Completed in 2 milliseconds