/linux-6.1.9/kernel/ ! |
D | torture.c | 57 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 …]
|
D | scftorture.c | 70 char *torture_type = ""; variable
|
/linux-6.1.9/include/linux/ ! |
D | torture.h | 33 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/ ! |
D | locktorture.c | 52 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/ ! |
D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
D | LOCK07.boot | 1 locktorture.torture_type=ww_mutex_lock
|
/linux-6.1.9/tools/testing/selftests/rcutorture/configs/rcu/ ! |
D | SRCU-T.boot | 1 rcutorture.torture_type=srcu
|
D | BUSTED.boot | 1 rcutorture.torture_type=busted
|
D | TASKS03.boot | 1 rcutorture.torture_type=tasks nohz_full=1
|
D | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
D | SRCU-U.boot | 1 rcutorture.torture_type=srcud
|
D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
D | RUDE01.boot | 1 rcutorture.torture_type=tasks-rude
|
D | TRACE01.boot | 1 rcutorture.torture_type=tasks-tracing
|
D | TRACE02.boot | 1 rcutorture.torture_type=tasks-tracing
|
D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
D | TRIVIAL.boot | 1 rcutorture.torture_type=trivial
|
D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
/linux-6.1.9/kernel/rcu/ ! |
D | rcutorture.c | 125 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/ ! |
D | locktorture.rst | 44 torture_type 135 (A): Lock type that is being tortured -- torture_type parameter.
|