Lines Matching refs:count
70 local count=$1; shift
75 for ((i = 0; i < count; ++i)); do
91 local count=$1; shift
93 local last=$((count - 1))
95 tc_flower_rules_create $count $should_fail
100 [[ $((offload_count - 1)) -eq $count ]]
101 …check_err_fail $should_fail $? "Attempt to offload $count rules (actual result $((offload_count - …
106 local count=$1; shift
111 if ((count > 65536)); then
112 check_err 1 "Invalid count of $count. At most 65536 rules supported"
122 __tc_flower_test $count $should_fail