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.verbose=1
  /external/ltp/testcases/kernel/device-drivers/locking/
lock_torture.sh 20 # This is a wrapper for locktorture kernel module. The test requires
21 # that kernel configured with CONFIG_LOCK_TORTURE_TEST. It runs locktorture
24 # locking/locktorture.txt
52 rmmod locktorture > /dev/null 2>&1
62 modprobe locktorture > /dev/null 2>&1 || \
63 tst_brkm TCONF "Test requires locktorture module"
64 rmmod locktorture > /dev/null 2>&1
77 modprobe locktorture torture_type=$type \
82 rmmod locktorture > /dev/null 2>&1 || \

Completed in 116 milliseconds