Searched refs:CPU_TO_TEST (Results 1 – 7 of 7) sorted by relevance
47 CPU_TO_TEST=$OPTARG;;65 if [ -z "${CPU_TO_TEST}" ]; then70 if ! cpu_is_valid "${CPU_TO_TEST}" ; then71 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"75 if ! cpu_is_online "${CPU_TO_TEST}" ; then76 if ! online_cpu ${CPU_TO_TEST}; then77 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"90 set_affinity ${SPIN_LOOP_PID} ${CPU_TO_TEST}93 if ! offline_cpu ${CPU_TO_TEST}; then94 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be offlined"[all …]
39 if ! online_cpu ${CPU_TO_TEST}; then40 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"52 CPU_TO_TEST=$OPTARG;;74 if [ -z "$CPU_TO_TEST" ]; then79 if ! cpu_is_valid "${CPU_TO_TEST}" ; then80 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"84 if cpu_is_online "${CPU_TO_TEST}" ; then85 if ! offline_cpu ${CPU_TO_TEST} ; then86 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be offlined"103 sar -P "$CPU_TO_TEST" 1 0 > "$LOG_FILE" &[all …]
46 CPU_TO_TEST=$OPTARG;;70 if [ -z "${CPU_TO_TEST}" ]; then76 if ! cpu_is_valid "${CPU_TO_TEST}" ; then77 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"80 if ! cpu_is_online ${CPU_TO_TEST}; then81 if ! online_cpu ${CPU_TO_TEST}; then82 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"101 set_affinity ${KCOMPILE_LOOP_PID} ${CPU_TO_TEST}103 if ! offline_cpu ${CPU_TO_TEST}; then104 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be offlined"[all …]
42 CPU_TO_TEST=$OPTARG;;64 if [ -z "$CPU_TO_TEST" ]; then69 if ! cpu_is_valid "${CPU_TO_TEST}" ; then70 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"74 if ! cpu_is_online "${CPU_TO_TEST}" ; then75 if ! online_cpu ${CPU_TO_TEST}; then76 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"89 if ! offline_cpu ${CPU_TO_TEST} ; then90 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be offlined"102 if ! online_cpu ${CPU_TO_TEST}; then[all …]
56 CPU_TO_TEST=$OPTARG;;75 if [ -z $CPU_TO_TEST ]; then80 if ! cpu_is_valid "${CPU_TO_TEST}" ; then81 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"99 if ! offline_cpu ${CPU_TO_TEST} ; then100 tst_resm TBROK "CPU${CPU_TO_TEST} cannot be offlined"118 tst_resm TINFO "Onlining CPU ${CPU_TO_TEST}"119 if ! online_cpu ${CPU_TO_TEST}; then120 tst_brkm TBROK "CPU${CPU_TO_TEST} cannot be onlined"135 | sed -e "s/^ *//" | cut -d' ' -f 1 | grep "^${CPU_TO_TEST}$" \[all …]
96 CPU_TO_TEST=$OPTARG;;122 if [ -z "${CPU_TO_TEST}" ]; then127 if ! cpu_is_valid "${CPU_TO_TEST}" ; then128 tst_brkm TCONF "cpu${CPU_TO_TEST} doesn't support hotplug"131 if ! cpu_is_online "${CPU_TO_TEST}" ; then132 if ! online_cpu ${CPU_TO_TEST} ; then133 tst_brkm TBROK "Could not online cpu $CPU_TO_TEST"
56 MASK=$((1<<${CPU_TO_TEST}))