HomeSort by relevance Sort by last modified time
    Searched refs:cpus_num (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug04.sh 51 cpus_num=$(get_present_cpus_num)
52 if [ $cpus_num -lt 2 ]; then
84 if [ $cpu -eq $cpus_num ]; then
cpuhotplug03.sh 66 cpus_num=$(get_present_cpus_num)
67 if [ $cpus_num -lt 2 ]; then
103 number_of_procs=$((cpus_num*2))

Completed in 1090 milliseconds