Searched refs:torture_type (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Dtorture.c61 static char *torture_type; variable
217 torture_type, cpu);
231 torture_type, cpu, s, ret);
236 torture_type, cpu);
277 torture_type, cpu);
291 torture_type, cpu, s, ret);
296 torture_type, cpu);
330 __func__, phase, torture_type, cpu, ret);
642 torture_type,
798 torture_type, disable_onoff_at_boo
[all...]
H A Dscftorture.c70 char *torture_type = ""; variable
/linux-master/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-master/kernel/locking/
H A Dlocktorture.c56 static char *torture_type = IS_ENABLED(CONFIG_PREEMPT_RT) ? "raw_spin_lock" : "spin_lock"; variable
57 module_param(torture_type, charp, 0444);
58 MODULE_PARM_DESC(torture_type,
1048 torture_type, tag, cxt.debug_lock ? " [debug]": "",
1180 if (!torture_init_begin(torture_type, verbose))
1186 if (strcmp(torture_type, cxt.cur_ops->name) == 0)
1191 torture_type);
1218 if (str_has_prefix(torture_type, "mutex"))
1222 if (str_has_prefix(torture_type, "rtmutex"))
1226 if ((str_has_prefix(torture_type, "spi
[all...]
/linux-master/kernel/rcu/
H A Drcutorture.c128 static char *torture_type = "rcu"; variable
129 module_param(torture_type, charp, 0444);
130 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)");
713 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG);
1382 torture_type, cur_ops->name);
1606 torture_type);
2194 pr_alert("%s%s ", torture_type, TORTURE_FLAG);
2222 pr_alert("%s%s ", torture_type, TORTURE_FLAG);
2241 pr_alert("%s%s ", torture_type, TORTURE_FLAG);
2247 pr_alert("%s%s ", torture_type, TORTURE_FLA
[all...]

Completed in 189 milliseconds