| /linux/include/linux/ |
| H A D | torture.h | 34 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s) 39 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); \ 43 pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s)
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 57 static char *torture_type = IS_ENABLED(CONFIG_PREEMPT_RT) ? "raw_spin_lock" : "spin_lock"; variable 58 module_param(torture_type, charp, 0444); 59 MODULE_PARM_DESC(torture_type, 1103 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 1242 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init() 1248 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 1253 torture_type); in lock_torture_init() 1280 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 1284 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 1288 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() [all …]
|
| /linux/tools/testing/selftests/rcutorture/configs/lock/ |
| H A D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
| H A D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
| H A D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
| H A D | LOCK07.boot | 1 locktorture.torture_type=ww_mutex_lock
|
| H A D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
| H A D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
| H A D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
| H A D | LOCK09.boot | 1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
|
| H A D | LOCK08.boot | 1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
|
| /linux/tools/testing/selftests/rcutorture/configs/rcu/ |
| H A D | BUSTED.boot | 1 rcutorture.torture_type=busted
|
| H A D | SRCU-T.boot | 1 rcutorture.torture_type=srcu
|
| H A D | TASKS03.boot | 1 rcutorture.torture_type=tasks nohz_full=1
|
| H A D | SRCU-U.boot | 1 rcutorture.torture_type=srcud
|
| H A D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
| H A D | RUDE01.boot | 1 rcutorture.torture_type=tasks-rude
|
| H A D | TRACE01.boot | 1 rcutorture.torture_type=tasks-tracing
|
| H A D | TRACE02.boot | 1 rcutorture.torture_type=tasks-tracing
|
| H A D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
| H A D | TRIVIAL.boot | 1 rcutorture.torture_type=trivial
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 152 static char *torture_type = "rcu"; variable 153 module_param(torture_type, charp, 0444); 154 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)"); 881 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats() 1612 torture_type, cur_ops->name); in rcu_torture_writer() 1643 torture_type, jiffies - j); in rcu_torture_writer() 1866 torture_type); in rcu_torture_writer() 2754 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2785 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2804 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|
| /linux/Documentation/locking/ |
| H A D | locktorture.rst | 44 torture_type 135 (A): Lock type that is being tortured -- torture_type parameter.
|
| /linux/Documentation/translations/it_IT/locking/ |
| H A D | locktorture.rst | 50 torture_type 144 (A): tipo di lock sotto verifica -- parametro torture_type.
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 3548 locktorture.torture_type= [KNL] 6147 rcutorture.torture_type= [KNL]
|