Home
last modified time | relevance | path

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

/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh173 hotpluggable_num=`hotpluggable_offline_memory | wc -l`
175 if [ "$hotpluggable_num" -gt 0 ]; then
189 hotpluggable_num=`hotpluggable_online_memory | wc -l`
190 target=`echo "a=$hotpluggable_num*$ratio; if ( a%100 ) a/100+1 else a/100" | bc`
192 echo -e "\t trying to offline $target out of $hotpluggable_num memory block(s):"
209 hotpluggable_num=`hotpluggable_offline_memory | wc -l`
211 if [ "$hotpluggable_num" -gt 0 ]; then