Home
last modified time | relevance | path

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

12

/Linux-v6.6/kernel/
Dtorture.c61 static char *torture_type; variable
216 torture_type, cpu); in torture_offline()
230 torture_type, cpu, s, ret); in torture_offline()
235 torture_type, cpu); in torture_offline()
276 torture_type, cpu); in torture_online()
290 torture_type, cpu, s, ret); in torture_online()
295 torture_type, cpu); in torture_online()
329 __func__, phase, torture_type, cpu, ret); in torture_online_all()
642 torture_type, in torture_shutdown()
827 if (torture_type != NULL) { in torture_init_begin()
[all …]
/Linux-v6.6/include/linux/
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)
/Linux-v6.6/kernel/locking/
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 …]
/Linux-v6.6/tools/testing/selftests/rcutorture/configs/lock/
DLOCK04.boot1 locktorture.torture_type=rw_lock
DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
DLOCK07.boot1 locktorture.torture_type=ww_mutex_lock
DBUSTED.boot1 locktorture.torture_type=lock_busted
DLOCK02.boot1 locktorture.torture_type=mutex_lock
DLOCK03.boot1 locktorture.torture_type=rwsem_lock
DLOCK08.boot1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
DLOCK09.boot1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
/Linux-v6.6/tools/testing/selftests/rcutorture/configs/rcu/
DBUSTED.boot1 rcutorture.torture_type=busted
DSRCU-T.boot1 rcutorture.torture_type=srcu
DTASKS03.boot1 rcutorture.torture_type=tasks nohz_full=1
DSRCU-N.boot1 rcutorture.torture_type=srcu
DSRCU-U.boot1 rcutorture.torture_type=srcud
DTASKS02.boot1 rcutorture.torture_type=tasks
DTRACE02.boot1 rcutorture.torture_type=tasks-tracing
DRUDE01.boot1 rcutorture.torture_type=tasks-rude
DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
DTASKS01.boot1 rcutorture.torture_type=tasks
DTRIVIAL.boot1 rcutorture.torture_type=trivial
DSRCU-P.boot1 rcutorture.torture_type=srcud
/Linux-v6.6/kernel/rcu/
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()
2189 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2217 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2236 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2242 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
[all …]

12