Home
last modified time | relevance | path

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

12

/Linux-v5.10/kernel/
Dtorture.c51 static char *torture_type; variable
104 torture_type, cpu); in torture_offline()
118 torture_type, cpu, s, ret); in torture_offline()
123 torture_type, cpu); in torture_offline()
162 torture_type, cpu); in torture_online()
176 torture_type, cpu, s, ret); in torture_online()
181 torture_type, cpu); in torture_online()
223 __func__, torture_type, cpu, ret); in torture_onoff()
514 torture_type, in torture_shutdown()
691 if (torture_type != NULL) { in torture_init_begin()
[all …]
Dscftorture.c72 char *torture_type = ""; variable
/Linux-v5.10/include/linux/
Dtorture.h33 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.10/kernel/locking/
Dlocktorture.c52 static char *torture_type = "spin_lock"; variable
53 module_param(torture_type, charp, 0444);
54 MODULE_PARM_DESC(torture_type,
774 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
851 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
857 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init()
862 torture_type); in lock_torture_init()
886 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init()
890 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init()
894 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init()
[all …]
/Linux-v5.10/tools/testing/selftests/rcutorture/configs/lock/
DBUSTED.boot1 locktorture.torture_type=lock_busted
DLOCK02.boot1 locktorture.torture_type=mutex_lock
DLOCK03.boot1 locktorture.torture_type=rwsem_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
/Linux-v5.10/tools/testing/selftests/rcutorture/configs/rcu/
DBUSTED.boot1 rcutorture.torture_type=busted
DSRCU-N.boot1 rcutorture.torture_type=srcu
DSRCU-t.boot1 rcutorture.torture_type=srcu
DTASKS01.boot1 rcutorture.torture_type=tasks
DTASKS02.boot1 rcutorture.torture_type=tasks
DRUDE01.boot1 rcutorture.torture_type=tasks-rude
DTASKS03.boot1 rcutorture.torture_type=tasks nohz_full=1
DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
DTRACE02.boot1 rcutorture.torture_type=tasks-tracing
DSRCU-P.boot1 rcutorture.torture_type=srcud
DSRCU-u.boot1 rcutorture.torture_type=srcud
DTRIVIAL.boot1 rcutorture.torture_type=trivial
/Linux-v5.10/kernel/rcu/
Drcutorture.c126 static char *torture_type = "rcu"; variable
127 module_param(torture_type, charp, 0444);
128 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)");
584 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats()
1036 torture_type, cur_ops->name); in rcu_torture_writer()
1169 torture_type); in rcu_torture_writer()
1517 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1543 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1562 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1568 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
[all …]
/Linux-v5.10/Documentation/locking/
Dlocktorture.rst44 torture_type
135 (A): Lock type that is being tortured -- torture_type parameter.

12