Home
last modified time | relevance | path

Searched refs:run_on_cpu (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh180 run_on_cpu=0
185 run_on_cpu=$(($((no_of_cpus+1))/2))
186 numactl --all --physcpubind=$run_on_cpu support_numa pause & #just waits for sigint
196 if [ $running_on_cpu -ne $run_on_cpu ]; then
198 "Process running on cpu$running_on_cpu but expected to run on cpu$run_on_cpu"