Searched refs:CPUS (Results 1 – 9 of 9) sorted by relevance
48 CPUS=""72 if [[ -z "${CPUS}" ]]; then73 CPUS="${cpu}"75 CPUS="${CPUS},${cpu}"80 echo "${CPUS}"
17 readonly CPUS=`nproc`145 for i in `seq 1 $CPUS`; do150 for i in `seq 1 $((CPUS - 1))`; do151 cur_cpu=$((CPUS - $i))268 if [ $CPUS -gt 1 ]; then274 if [ $CPUS -gt 2 ]; then287 if [ $CPUS -gt 1 ]; then308 if [ $CPUS -gt 2 ]; then336 if [ $CPUS -gt 1 ]; then345 if [ $CPUS -gt 1 ]; then[all …]
33 CPUS=$(lscpu | grep "^CPU(s):" | sed -e "s/.*:[[:space:]]*//")34 [[ $CPUS -lt 8 ]] && skip_test "Test needs at least 8 cpus available!"367 CPUS=${CMD#?}368 COMM="echo $CPUS > $CFILE"466 CPUS=$2471 [[ $CPUS = $(cat $FILE) ]] || return 1
7 title: Allwinner A80 CPUS Clock
62 is to monitor all CPUS.
32 Default is to monitor all CPUS.
807 Based on the data above, when all the CPUS are busy, the max. frequency of 3100
970 Enable maximum number of CPUS and NUMA Nodes for this architecture.
2784 THE THINGS CPUS GET UP TO
Completed in 14 milliseconds