Home
last modified time | relevance | path

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

/tools/testing/selftests/net/forwarding/
A Dtc_common.sh15 busywait "$TC_HIT_TIMEOUT" until_counter_is "== $count" \
25 busywait "$TC_HIT_TIMEOUT" until_counter_is ">= $count" \
34 busywait "$TC_HIT_TIMEOUT" until_counter_is "> 0" \
A Dskbedit_priority.sh132 pkt1=$(busywait "$HIT_TIMEOUT" until_counter_is ">= $((pkt0 + 10))" \
A Dpedit_ip.sh134 pkts=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= 10" \
A Dpedit_l4port.sh139 pkts=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= 10" \
A Dpedit_dsfield.sh137 pkts=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= 10" \
/tools/testing/selftests/drivers/net/mlxsw/
A Dsch_red_core.sh353 local cur=$(busywait 1100 until_counter_is "> $cur" \
547 qbl=$(busywait 5000 until_counter_is ">= 500000" \
554 ebl=$(busywait 5000 until_counter_is ">= 500000" \
590 count=$(busywait 1100 until_counter_is ">= $((base + 1))" \
643 busywait 1100 until_counter_is ">= $((base + 1))" $fetch_counter >/dev/null
654 now=$(busywait 1100 until_counter_is ">= $((base + 95))" $fetch_counter)
658 busywait 1100 until_counter_is ">= $((base + 110))" \
665 now=$(busywait 1100 until_counter_is ">= $((base + 110))" \
A Drif_counter_scale.sh103 busywait "$TC_HIT_TIMEOUT" until_counter_is "== 1" \
A Dqos_defprio.sh95 t1=$(busywait "$HIT_TIMEOUT" until_counter_is ">= $((t0 + 10))" \
A Dsch_red_ets.sh113 local cur=$(busywait 1100 until_counter_is "> 0" \
/tools/testing/selftests/drivers/net/hw/
A Dhw_stats_l3_gre.sh87 b=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= $a + 20" \
A Dhw_stats_l3.sh209 b=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= $a + 20" \
284 b=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= $a + 20" \
/tools/testing/selftests/net/
A Dlib.sh112 until_counter_is() function
127 busywait "$timeout" until_counter_is ">= $((base + delta))" "$@"
136 slowwait "$timeout" until_counter_is ">= $((base + delta))" "$@"

Completed in 12 milliseconds