Home
last modified time | relevance | path

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

/linux/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.sh130 pkt1=$(busywait "$HIT_TIMEOUT" until_counter_is ">= $((pkt0 + 10))" \
A Dpedit_l4port.sh139 pkts=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= 10" \
A Dpedit_dsfield.sh135 pkts=$(busywait "$TC_HIT_TIMEOUT" until_counter_is ">= 10" \
A Dlib.sh379 until_counter_is() function
394 busywait "$timeout" until_counter_is ">= $((base + delta))" "$@"
/linux/tools/testing/selftests/drivers/net/mlxsw/
A Dsch_red_core.sh377 local cur=$(busywait 1100 until_counter_is "> $cur" \
559 qbl=$(busywait 5000 until_counter_is ">= 500000" \
566 ebl=$(busywait 5000 until_counter_is ">= 500000" \
598 count=$(busywait 1100 until_counter_is ">= $((base + 1))" \
647 busywait 1100 until_counter_is ">= $((base + 1))" $fetch_counter >/dev/null
658 now=$(busywait 1100 until_counter_is ">= $((base + 10))" $fetch_counter)
662 busywait 1100 until_counter_is ">= $((base + 20))" $fetch_counter >/dev/null
668 busywait 1100 until_counter_is ">= $((base + 20))" $fetch_counter >/dev/null
A Dqos_defprio.sh131 t1=$(busywait "$HIT_TIMEOUT" until_counter_is ">= $((t0 + 10))" \
A Dsch_red_ets.sh115 local cur=$(busywait 1100 until_counter_is "> 0" \

Completed in 9 milliseconds