Home
last modified time | relevance | path

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

12

/linux/kernel/
A 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()
633 torture_type, in torture_shutdown()
818 if (torture_type != NULL) { in torture_init_begin()
825 torture_type = ttype; in torture_init_begin()
[all …]
A Dscftorture.c74 char *torture_type = ""; variable
/linux/kernel/locking/
A 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/include/linux/
A Dtorture.h33 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s)
38 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); \
45 pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); \
/linux/kernel/rcu/
A Drcutorture.c129 static char *torture_type = "rcu"; variable
130 module_param(torture_type, charp, 0444);
1163 torture_type, cur_ops->name); in rcu_torture_writer()
1290 torture_type); in rcu_torture_writer()
1789 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1818 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1839 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1845 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
2622 torture_type, cur_ops->name); in rcu_torture_barrier_init()
2625 torture_type); in rcu_torture_barrier_init()
[all …]
/linux/tools/testing/selftests/rcutorture/configs/rcu/
A DBUSTED.boot1 rcutorture.torture_type=busted
A DSRCU-N.boot1 rcutorture.torture_type=srcu
A DSRCU-T.boot1 rcutorture.torture_type=srcu
A DTASKS02.boot1 rcutorture.torture_type=tasks
A DTRACE02.boot1 rcutorture.torture_type=tasks-tracing
A DTASKS03.boot1 rcutorture.torture_type=tasks nohz_full=1
A DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
A DSRCU-P.boot1 rcutorture.torture_type=srcud
A DSRCU-U.boot1 rcutorture.torture_type=srcud
A DTASKS01.boot1 rcutorture.torture_type=tasks
A DRUDE01.boot1 rcutorture.torture_type=tasks-rude
A DTRIVIAL.boot1 rcutorture.torture_type=trivial
/linux/tools/testing/selftests/rcutorture/configs/lock/
A DBUSTED.boot1 locktorture.torture_type=lock_busted
A DLOCK02.boot1 locktorture.torture_type=mutex_lock
A DLOCK03.boot1 locktorture.torture_type=rwsem_lock
A DLOCK04.boot1 locktorture.torture_type=rw_lock
A DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
A DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
A DLOCK07.boot1 locktorture.torture_type=ww_mutex_lock
/linux/Documentation/locking/
A Dlocktorture.rst44 torture_type
135 (A): Lock type that is being tortured -- torture_type parameter.

Completed in 30 milliseconds

12