Home | History | Annotate | Download | only in memory-hotplug

Lines Matching full:ratio

136 ratio=10
152 ratio=$OPTARG
153 if [ "$ratio" -gt 100 ] || [ "$ratio" -lt 0 ]; then
168 echo "Test scope: $ratio% hotplug memory"
187 # Offline $ratio percent of hot-pluggable memory
190 target=`echo "a=$hotpluggable_num*$ratio; if ( a%100 ) a/100+1 else a/100" | bc`
191 echo -e "\t offline $ratio% hot-pluggable memory in online state"
251 # Offline $ratio percent of hot-pluggable memory
255 if [ $((RANDOM % 100)) -lt $ratio ]; then