HomeSort by relevance Sort by last modified time
    Searched refs:rcutorture (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/rcutorture/configs/rcu/
ver_functions.sh 25 # Adds n_barrier_cbs rcutorture module parameter to kernels having it.
27 if echo $1 | grep -q "rcutorture\.n_barrier_cbs"
31 echo rcutorture.n_barrier_cbs=4
37 # Adds onoff rcutorture module parameters to kernels having it.
41 echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
42 echo rcutorture.onoff_interval=3 rcutorture.onoff_holdoff=30
52 rcutorture.stat_interval=15 \
53 rcutorture.shutdown_secs=$3 \
54 rcutorture.torture_runnable=1
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-recheck-rcuperf.sh 33 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
34 . tools/testing/selftests/rcutorture/bin/functions.sh
kvm-recheck-rcuperf-ftrace.sh 29 . tools/testing/selftests/rcutorture/bin/functions.sh
kvm-recheck.sh 27 PATH=`pwd`/tools/testing/selftests/rcutorture/bin:$PATH; export PATH
28 . tools/testing/selftests/rcutorture/bin/functions.sh
kvm-recheck-rcu.sh 3 # Analyze a given results directory for rcutorture progress.
33 . tools/testing/selftests/rcutorture/bin/functions.sh
42 dur=`sed -e 's/^.* rcutorture.shutdown_secs=//' -e 's/ .*$//' < $i/qemu-cmd 2> /dev/null`
  /external/ltp/testcases/kernel/device-drivers/rcu/
rcu_torture.sh 20 # One of the possible ways to test RCU is to use rcutorture kernel module.
22 # It runs rcutorture module using particular options and then inspects
56 rmmod rcutorture > /dev/null 2>&1
62 modprobe rcutorture > /dev/null 2>&1 || \
63 tst_brkm TCONF "Test requires rcutorture module"
64 rmmod rcutorture > /dev/null 2>&1
88 modprobe rcutorture nfakewriters=$num_writers \
99 rmmod rcutorture > /dev/null 2>&1 || \

Completed in 65 milliseconds