OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_template
(Results
1 - 2
of
2
) sorted by null
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-build.sh
25
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
kvm-test-1-run.sh
48
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
"`"
Completed in 205 milliseconds