Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm-build.sh25 config_template=${1}
26 if test -z "$config_template" -o ! -f "$config_template" -o ! -r "$config_template"
28 echo "kvm-build.sh :$config_template: Not a readable file"
48 grep -v 'CONFIG_[A-Z]*_TORTURE_TEST' < ${config_template} > $T/config
Dkvm-test-1-run.sh48 config_template=${1}
49 config_dir=`echo $config_template | sed -e 's,/[^/]*$,,'`
50 title=`echo $config_template | sed -e 's/^.*\///'`
63 cp $config_template $resdir/ConfigFragment
65 echo ' ---' Kconfig fragment at: $config_template >> $resdir/log
103 elif kvm-build.sh $config_template $builddir $T
152 cpu_count=`configNR_CPUS.sh $config_template`
153 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
171 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"