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

  /external/linux-kselftest/tools/testing/selftests/rcutorture/configs/lock/
ver_functions.sh 25 # Adds onoff locktorture module parameters to kernels having it.
29 echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
30 echo locktorture.onoff_interval=3 locktorture.onoff_holdoff=30
39 locktorture.stat_interval=15 \
40 locktorture.shutdown_secs=$3 \
41 locktorture.torture_runnable=1 \
42 locktorture.verbose=1
  /external/ltp/testcases/kernel/device-drivers/locking/
lock_torture.sh 20 # This is a wrapper for locktorture kernel module. The test requiers
21 # that kernel configured with CONFIG_LOCK_TORTURE_TEST. It runs locktorture
24 # locking/locktorture.txt
52 rmmod locktorture > /dev/null 2>&1
61 modprobe locktorture > /dev/null 2>&1 || \
62 tst_brkm TCONF "Test requires locktorture module"
63 rmmod locktorture > /dev/null 2>&1
76 modprobe locktorture torture_type=$type \
81 rmmod locktorture > /dev/null 2>&1 || \

Completed in 72 milliseconds