Home
last modified time | relevance | path

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

12

/linux/kernel/
H A Dtorture.c62 static char *torture_type; variable
218 torture_type, cpu); in torture_offline()
232 torture_type, cpu, s, ret); in torture_offline()
237 torture_type, cpu); in torture_offline()
278 torture_type, cpu); in torture_online()
292 torture_type, cpu, s, ret); in torture_online()
297 torture_type, cpu); in torture_online()
331 __func__, phase, torture_type, cpu, ret); in torture_online_all()
643 torture_type, in torture_shutdown()
799torture_type, disable_onoff_at_boot, ftrace_dump_at_shutdown, verbose_sleep_frequency, verbose_sle… in torture_print_module_parms()
[all …]
/linux/include/linux/
H A Dtorture.h34 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s)
39 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); \
43 pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s)
/linux/kernel/locking/
H A Dlocktorture.c57 static char *torture_type = IS_ENABLED(CONFIG_PREEMPT_RT) ? "raw_spin_lock" : "spin_lock"; variable
58 module_param(torture_type, charp, 0444);
59 MODULE_PARM_DESC(torture_type,
1049 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
1181 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init()
1187 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init()
1192 torture_type); in lock_torture_init()
1219 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init()
1223 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init()
1227 if ((str_has_prefix(torture_type, "spi in lock_torture_init()
[all...]
/linux/tools/testing/selftests/rcutorture/configs/lock/
H A DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
H A DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
H A DLOCK04.boot1 locktorture.torture_type=rw_lock
H A DLOCK07.boot1 locktorture.torture_type=ww_mutex_lock
H A DBUSTED.boot1 locktorture.torture_type=lock_busted
H A DLOCK03.boot1 locktorture.torture_type=rwsem_lock
H A DLOCK02.boot1 locktorture.torture_type=mutex_lock
H A DLOCK09.boot1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
H A DLOCK08.boot1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
/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 DTASKS02.boot1 rcutorture.torture_type=tasks
H A DRUDE01.boot1 rcutorture.torture_type=tasks-rude
H A DTRACE01.boot1 rcutorture.torture_type=tasks-tracing
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
/linux/Documentation/locking/
H A Dlocktorture.rst44 torture_type
135 (A): Lock type that is being tortured -- torture_type parameter.
/linux/Documentation/translations/it_IT/locking/
H A Dlocktorture.rst50 torture_type
144 (A): tipo di lock sotto verifica -- parametro torture_type.

12