Home | History | Annotate | Download | only in numa

Lines Matching refs:COUNTER

133 	COUNTER=1
136 if [ $COUNTER -eq $total_nodes ]; then #wrap up for last node
140 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
156 COUNTER=$((COUNTER+1))
167 COUNTER=1
171 if [ $COUNTER -eq $total_nodes ] #wrap up for last node
176 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
192 COUNTER=$((COUNTER+1))
386 COUNTER=1
390 if [ $COUNTER -eq $total_nodes ]; then
393 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
411 COUNTER=$((COUNTER+1))
472 COUNTER=1
475 if [ $COUNTER -eq $total_nodes ]; then #wrap up for last node
479 Preferred_node=$(echo $nodes_list | cut -d ' ' -f $((COUNTER+1)))
495 COUNTER=$((COUNTER+1))