Home
last modified time | relevance | path

Searched refs:configs_derep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh245 configs_derep=
260 configs_derep="$configs_derep $CF1"
264 configs_derep="`echo $configs_derep | sed -e "s/\<CFLIST\>/$defaultconfigs/g"`"
267 if test "`echo $configs_derep | wc -w`" -gt 1
269 echo "The --config list is: $configs_derep."
274 for CF1 in $configs_derep
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh284 configs_derep=
299 configs_derep="$configs_derep $CF1"
303 configs_derep="`echo $configs_derep | sed -e "s/\<CFLIST\>/$defaultconfigs/g"`"
306 if test "`echo $configs_derep | wc -w`" -gt 1
308 echo "The --config list is: $configs_derep."
314 for CF1 in `echo $configs_derep | tr -s ' ' '\012' | sort -u`
340 echo $configs_derep | awk -f $T/cfgcpu.awk > $T/cfgcpu

Completed in 1 milliseconds