Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/mm/
H A Dtest_vmalloc.sh14 NUM_CPUS=`grep -c ^processor /proc/cpuinfo`
28 STRESS_PARAM="nr_threads=$NUM_CPUS test_repeat_count=20"
97 echo "./${DRIVER}.sh nr_threads=$NUM_CPUS run_test_mask=1 test_repeat_count=5"
106 echo "./${DRIVER}.sh nr_threads=$NUM_CPUS test_repeat_count=20"
/openbmc/u-boot/test/
H A Dcommon.sh16 NUM_CPUS=$(grep -c processor /proc/cpuinfo)
19 make ${OPTS} -s -j${NUM_CPUS}
/openbmc/u-boot/test/fs/
H A Dfs-test.sh90 NUM_CPUS=$(cat /proc/cpuinfo |grep -c processor)
92 make O=sandbox -s -j${NUM_CPUS}