Lines Matching refs:CPUS
16 readonly CPUS=`nproc`
144 for i in `seq 1 $CPUS`; do
149 for i in `seq 1 $((CPUS - 1))`; do
150 cur_cpu=$((CPUS - $i))
224 [ $CPUS -lt 2 ] && echo "Only one CPU available, some tests will be skipped"
225 [ $STRESS -gt 0 -a $CPUS -lt 3 ] && echo " stress test will be skipped, too"
267 if [ $CPUS -gt 1 ]; then
273 if [ $CPUS -gt 2 ]; then
283 ip netns exec $NS_DST ethtool -L veth$DST tx $((CPUS + 1)) 2>/dev/null
286 if [ $CPUS -gt 1 ]; then
307 if [ $CPUS -gt 2 ]; then
335 if [ $CPUS -gt 1 ]; then
344 if [ $CPUS -gt 1 ]; then
345 [ $STRESS -gt 0 -a $CPUS -gt 2 ] && do_stress