Lines Matching full:then
12 if [ $UID != 0 ]; then
21 if [ ! -d "$SYSFS" ]; then
26 if ! ls $SYSFS/devices/system/cpu/cpu* > /dev/null 2>&1; then
35 if [[ "$online_cpus" = "$online_max" ]]; then
47 if [[ "a$offline_cpus" = "a" ]]; then
63 if [ -f $cpu/online ] && grep -q $state $cpu/online; then
103 if ! online_cpu $cpu; then
106 elif ! cpu_is_online $cpu; then
116 if online_cpu $cpu 2> /dev/null; then
119 elif ! cpu_is_offline $cpu; then
129 if ! offline_cpu $cpu; then
132 elif ! cpu_is_offline $cpu; then
142 if offline_cpu $cpu 2> /dev/null; then
145 elif ! cpu_is_online $cpu; then
181 if ! [ "$error" -ge -4095 -a "$error" -lt 0 ]; then
191 if [ $allcpus -eq 0 ]; then
198 if [[ $offline_cpus -gt 0 ]]; then
247 if [ ! -d "$DEBUGFS" ]; then
252 if [ ! -d $NOTIFIER_ERR_INJECT_DIR ]; then