Lines Matching full:online
48 if [[ ! -f /sys/devices/system/cpu/cpu$i/online || \
49 $(cat /sys/devices/system/cpu/cpu$i/online) == "0" ]]
268 # Test the full online CPU list (ranges and lists)
269 online_cpus=$(cat /sys/devices/system/cpu/online)
286 # Test each individual online CPU
289 # Check if online
290 if [ -f "$cpu_dir/online" ] && [ "$(cat "$cpu_dir/online")" -eq 0 ]
311 # Test synthetic list and range if cpu0 and cpu1 are online
316 if [ ! -f "/sys/devices/system/cpu/cpu0/online" ] || [ "$(cat /sys/devices/system/cpu/cpu0/online)" -eq 1 ]
323 if [ ! -f "/sys/devices/system/cpu/cpu1/online" ] || [ "$(cat /sys/devices/system/cpu/cpu1/online)" -eq 1 ]