Lines Matching refs:CPU
488 CPU=${1%=*}
490 CPUFILE=//sys/devices/system/cpu/cpu${CPU}/online
493 OFFLINE_CPUS="$OFFLINE_CPUS $CPU"
496 OFFLINE_CPUS=$(echo $CPU $CPU $OFFLINE_CPUS | fmt -1 |\
803 for ((CPU=0; CPU < $NR_CPUS; CPU++))
805 [[ -n "$(ls ${SCHED_DOMAINS}/cpu$CPU)" ]] && continue
809 ISOLCPUS=$CPU
810 LASTISOLCPU=$CPU
811 elif [[ "$LASTISOLCPU" -eq $((CPU - 1)) ]]
818 LASTISOLCPU=$CPU
824 ISOLCPUS=${ISOLCPUS},$CPU
825 LASTISOLCPU=$CPU