Home
last modified time | relevance | path

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

12

/linux-6.1.9/kernel/ !
Dtorture.c57 static char *torture_type; variable
212 torture_type, cpu); in torture_offline()
226 torture_type, cpu, s, ret); in torture_offline()
231 torture_type, cpu); in torture_offline()
272 torture_type, cpu); in torture_online()
286 torture_type, cpu, s, ret); in torture_online()
291 torture_type, cpu); in torture_online()
325 __func__, phase, torture_type, cpu, ret); in torture_online_all()
633 torture_type, in torture_shutdown()
818 if (torture_type != NULL) { in torture_init_begin()
[all …]
Dscftorture.c70 char *torture_type = ""; variable
/linux-6.1.9/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-6.1.9/kernel/locking/ !
Dlocktorture.c52 static char *torture_type = "spin_lock"; variable
53 module_param(torture_type, charp, 0444);
54 MODULE_PARM_DESC(torture_type,
834 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
917 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
923 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init()
928 torture_type); in lock_torture_init()
955 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init()
959 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init()
963 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init()
[all …]
/linux-6.1.9/tools/testing/selftests/rcutorture/configs/lock/ !
DLOCK03.boot1 locktorture.torture_type=rwsem_lock
DBUSTED.boot1 locktorture.torture_type=lock_busted
DLOCK04.boot1 locktorture.torture_type=rw_lock
DLOCK02.boot1 locktorture.torture_type=mutex_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-6.1.9/tools/testing/selftests/rcutorture/configs/rcu/ !
DSRCU-T.boot1 rcutorture.torture_type=srcu
DBUSTED.boot1 rcutorture.torture_type=busted
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
DRUDE01.boot1 rcutorture.torture_type=tasks-rude
DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
DTRACE02.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-6.1.9/kernel/rcu/ !
Drcutorture.c125 static char *torture_type = "rcu"; variable
126 module_param(torture_type, charp, 0444);
127 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)");
696 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats()
1355 torture_type, cur_ops->name); in rcu_torture_writer()
1555 torture_type); in rcu_torture_writer()
2143 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2172 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2193 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2199 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
[all …]
/linux-6.1.9/Documentation/locking/ !
Dlocktorture.rst44 torture_type
135 (A): Lock type that is being tortured -- torture_type parameter.

12