| /Linux-v5.4/kernel/ |
| D | torture.c | 45 static char *torture_type; variable 97 torture_type, cpu); in torture_offline() 105 torture_type, cpu, ret); in torture_offline() 110 torture_type, cpu); in torture_offline() 148 torture_type, cpu); in torture_online() 156 torture_type, cpu, ret); in torture_online() 161 torture_type, cpu); in torture_online() 203 __func__, torture_type, cpu, ret); in torture_onoff() 489 torture_type, in torture_shutdown() 665 if (torture_type != NULL) { in torture_init_begin() [all …]
|
| /Linux-v5.4/include/linux/ |
| D | torture.h | 33 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s) 35 do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0) 37 do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)
|
| /Linux-v5.4/kernel/locking/ |
| D | locktorture.c | 53 static char *torture_type = "spin_lock"; variable 54 module_param(torture_type, charp, 0444); 55 MODULE_PARM_DESC(torture_type, 780 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 857 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init() 863 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 868 torture_type); in lock_torture_init() 892 if (strncmp(torture_type, "mutex", 5) == 0) in lock_torture_init() 896 if (strncmp(torture_type, "rtmutex", 7) == 0) in lock_torture_init() 900 if ((strncmp(torture_type, "spin", 4) == 0) || in lock_torture_init() [all …]
|
| /Linux-v5.4/kernel/rcu/ |
| D | rcutorture.c | 117 static char *torture_type = "rcu"; variable 118 module_param(torture_type, charp, 0444); 119 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)"); 571 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats() 957 torture_type, cur_ops->name); in rcu_torture_writer() 1087 torture_type); in rcu_torture_writer() 1420 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1444 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1460 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1466 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/configs/lock/ |
| D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
| D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
| D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
| D | LOCK07.boot | 1 locktorture.torture_type=ww_mutex_lock
|
| D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
| D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
| D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
| /Linux-v5.4/tools/testing/selftests/rcutorture/configs/rcu/ |
| D | BUSTED.boot | 1 rcutorture.torture_type=busted
|
| D | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
| D | SRCU-t.boot | 1 rcutorture.torture_type=srcu
|
| D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
| D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
| D | TASKS03.boot | 1 rcutorture.torture_type=tasks nohz_full=1
|
| D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
| D | SRCU-u.boot | 1 rcutorture.torture_type=srcud
|
| D | TRIVIAL.boot | 1 rcutorture.torture_type=trivial
|
| /Linux-v5.4/Documentation/locking/ |
| D | locktorture.rst | 44 torture_type 136 (A): Lock type that is being tortured -- torture_type parameter.
|
| /Linux-v5.4/Documentation/admin-guide/ |
| D | kernel-parameters.txt | 2341 locktorture.torture_type= [KNL] 4097 rcutorture.torture_type= [KNL]
|