/openbmc/linux/kernel/ |
H A D | torture.c | 61 static char *torture_type; variable 217 torture_type, cpu); in torture_offline() 231 torture_type, cpu, s, ret); in torture_offline() 236 torture_type, cpu); in torture_offline() 277 torture_type, cpu); in torture_online() 291 torture_type, cpu, s, ret); in torture_online() 296 torture_type, cpu); in torture_online() 330 __func__, phase, torture_type, cpu, ret); in torture_online_all() 643 torture_type, in torture_shutdown() 807 if (torture_type != NULL) { in torture_init_begin() [all …]
|
/openbmc/linux/include/linux/ |
H A D | torture.h | 33 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s) 38 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); \ 42 pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s)
|
/openbmc/linux/kernel/locking/ |
H A D | locktorture.c | 54 static char *torture_type = IS_ENABLED(CONFIG_PREEMPT_RT) ? "raw_spin_lock" : "spin_lock"; variable 55 module_param(torture_type, charp, 0444); 56 MODULE_PARM_DESC(torture_type, 995 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 1078 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init() 1084 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 1089 torture_type); in lock_torture_init() 1116 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 1120 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 1124 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() [all …]
|
/openbmc/linux/tools/testing/selftests/rcutorture/configs/lock/ |
H A D | LOCK02.boot | 1 locktorture.torture_type=mutex_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 | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
H A D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
H A D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
H A D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
H A D | LOCK08.boot | 1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
|
H A D | LOCK09.boot | 1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
|
/openbmc/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 | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
H A D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
H A D | TRACE01.boot | 1 rcutorture.torture_type=tasks-tracing
|
H A D | RUDE01.boot | 1 rcutorture.torture_type=tasks-rude
|
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
|
H A D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 127 static char *torture_type = "rcu"; variable 128 module_param(torture_type, charp, 0444); 129 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)"); 712 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats() 1377 torture_type, cur_ops->name); in rcu_torture_writer() 1601 torture_type); in rcu_torture_writer() 2190 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2218 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2237 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2243 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|