Searched refs:curcpu (Results 1 – 3 of 3) sorted by relevance
54 if (cpu[curnode][curcpu[curnode]] == "")55 curcpu[curnode] = 0;58 s = s cpu[curnode][curcpu[curnode]];59 curcpu[curnode]++;80 if (curcpu[i] != "")81 print "curcpu[" i "] = " curcpu[i] ";" >> fn;
37 curcpu=`echo $i | sed -e 's/^[^0-9]*//'`38 nohotplugcpus="$nohotplugcpus $curcpu"
475 int curcpu; in scftorture_invoker() local490 curcpu = raw_smp_processor_id(); in scftorture_invoker()491 WARN_ONCE(curcpu != cpu, in scftorture_invoker()493 __func__, scfp->cpu, curcpu, nr_cpu_ids); in scftorture_invoker()