Home
last modified time | relevance | path

Searched refs:torture_type (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/kernel/
H A Dtorture.c61 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 Dtorture.h33 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 Dlocktorture.c54 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 DLOCK02.boot1 locktorture.torture_type=mutex_lock
H A DLOCK04.boot1 locktorture.torture_type=rw_lock
H A DLOCK07.boot1 locktorture.torture_type=ww_mutex_lock
H A DLOCK03.boot1 locktorture.torture_type=rwsem_lock
H A DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
H A DBUSTED.boot1 locktorture.torture_type=lock_busted
H A DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
H A DLOCK08.boot1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
H A DLOCK09.boot1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
/openbmc/linux/tools/testing/selftests/rcutorture/configs/rcu/
H A DBUSTED.boot1 rcutorture.torture_type=busted
H A DSRCU-T.boot1 rcutorture.torture_type=srcu
H A DTASKS03.boot1 rcutorture.torture_type=tasks nohz_full=1
H A DSRCU-U.boot1 rcutorture.torture_type=srcud
H A DSRCU-N.boot1 rcutorture.torture_type=srcu
H A DTASKS02.boot1 rcutorture.torture_type=tasks
H A DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
H A DRUDE01.boot1 rcutorture.torture_type=tasks-rude
H A DTRACE02.boot1 rcutorture.torture_type=tasks-tracing
H A DTASKS01.boot1 rcutorture.torture_type=tasks
H A DTRIVIAL.boot1 rcutorture.torture_type=trivial
H A DSRCU-P.boot1 rcutorture.torture_type=srcud
/openbmc/linux/kernel/rcu/
H A Drcutorture.c127 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 …]

12