Searched refs:torture_type (Results 1 – 25 of 29) sorted by relevance
12
| /linux/kernel/ |
| A D | torture.c | 62 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() 643 torture_type, in torture_shutdown() 814 if (torture_type != NULL) { in torture_init_begin() 821 torture_type = ttype; in torture_init_begin() [all …]
|
| /linux/include/linux/ |
| A D | torture.h | 34 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/ |
| A D | locktorture.c | 57 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, "spin")) || in lock_torture_init() [all …]
|
| /linux/tools/testing/selftests/rcutorture/configs/lock/ |
| A D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
| A D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
| A D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
| A D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
| A D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
| A D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
| A D | LOCK07.boot | 1 locktorture.torture_type=ww_mutex_lock
|
| A D | LOCK08.boot | 1 locktorture.torture_type=mutex_lock locktorture.nested_locks=8
|
| A D | LOCK09.boot | 1 locktorture.torture_type=rtmutex_lock locktorture.nested_locks=8
|
| /linux/tools/testing/selftests/rcutorture/configs/rcu/ |
| A D | BUSTED.boot | 1 rcutorture.torture_type=busted
|
| A D | SRCU-T.boot | 1 rcutorture.torture_type=srcu
|
| A D | TASKS03.boot | 1 rcutorture.torture_type=tasks nohz_full=1
|
| A D | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
| A D | SRCU-U.boot | 1 rcutorture.torture_type=srcud
|
| A D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
| A D | RUDE01.boot | 1 rcutorture.torture_type=tasks-rude
|
| A D | TRACE01.boot | 1 rcutorture.torture_type=tasks-tracing
|
| A D | TRACE02.boot | 1 rcutorture.torture_type=tasks-tracing
|
| A D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
| A D | TRIVIAL.boot | 1 rcutorture.torture_type=trivial
|
| A D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
| /linux/kernel/rcu/ |
| A D | rcutorture.c | 130 static char *torture_type = "rcu"; variable 131 module_param(torture_type, charp, 0444); 1395 torture_type, cur_ops->name); in rcu_torture_writer() 1632 torture_type); in rcu_torture_writer() 2223 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2251 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2270 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 2276 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 3197 torture_type, cur_ops->name); in rcu_torture_barrier_init() 3200 torture_type); in rcu_torture_barrier_init() [all …]
|
Completed in 39 milliseconds
12