Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/numa/
Dnuma01.sh183 running_on_cpu=0
197 running_on_cpu=$(awk '{ print $39; }' /proc/$pid/stat)
198 if [ $running_on_cpu -ne $run_on_cpu ]; then
200 "Process running on cpu$running_on_cpu but expected to run on cpu$run_on_cpu"