/linux-4.4.14/kernel/ |
D | torture.c | 52 static char *torture_type; variable 113 torture_type, cpu); in torture_onoff() 121 torture_type, cpu, ret); in torture_onoff() 126 torture_type, cpu); in torture_onoff() 143 torture_type, cpu); in torture_onoff() 151 torture_type, cpu, ret); in torture_onoff() 156 torture_type, cpu); in torture_onoff() 437 torture_type, delta); in torture_shutdown() 604 if (torture_type != NULL) { in torture_init_begin() 606 ttype, torture_type); in torture_init_begin() [all …]
|
/linux-4.4.14/include/linux/ |
D | torture.h | 46 pr_alert("%s" TORTURE_FLAG s "\n", torture_type) 48 do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0) 50 do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)
|
/linux-4.4.14/kernel/locking/ |
D | locktorture.c | 61 static char *torture_type = "spin_lock"; variable 62 module_param(torture_type, charp, 0444); 63 MODULE_PARM_DESC(torture_type, 738 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 798 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init() 804 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 809 torture_type); in lock_torture_init() 826 if (strncmp(torture_type, "mutex", 5) == 0) in lock_torture_init() 830 if (strncmp(torture_type, "rtmutex", 7) == 0) in lock_torture_init() 834 if ((strncmp(torture_type, "spin", 4) == 0) || in lock_torture_init() [all …]
|
/linux-4.4.14/kernel/rcu/ |
D | rcutorture.c | 102 static char *torture_type = "rcu"; variable 103 module_param(torture_type, charp, 0444); 104 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, rcu_bh, ...)"); 542 torture_type, TORTURE_FLAG, idx); in srcu_torture_stats() 916 torture_type, cur_ops->name); in rcu_torture_writer() 919 torture_type); in rcu_torture_writer() 1248 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1271 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1287 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1293 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/ |
D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
D | BUSTED.boot | 1 rcutorture.torture_type=rcu_busted
|
D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
D | TASKS03.boot | 1 rcutorture.torture_type=tasks
|
D | TREE04.boot | 1 rcutorture.torture_type=rcu_bh
|
D | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
D | TREE01.boot | 1 rcutorture.torture_type=rcu_bh maxcpus=8
|
D | TREE05.boot | 1 rcutorture.torture_type=sched
|
D | TINY02.boot | 3 rcutorture.torture_type=rcu_bh
|
D | TREE08.boot | 1 rcutorture.torture_type=sched
|
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/ |
D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
/linux-4.4.14/Documentation/locking/ |
D | locktorture.txt | 37 torture_type Type of lock to torture. By default, only spinlocks will 117 (A): Lock type that is being tortured -- torture_type parameter.
|
/linux-4.4.14/Documentation/RCU/ |
D | torture.txt | 64 specify this to be non-zero when torture_type indicates a 67 used -- see the documentation for torture_type below), an 73 torture_type, with a delay between calls to allow for various 167 torture_type The type of RCU to test, with string values as follows:
|
/linux-4.4.14/Documentation/ |
D | kernel-parameters.txt | 1927 locktorture.torture_type= [KNL] 3293 rcutorture.torture_type= [KNL]
|