Home
last modified time | relevance | path

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

/kernel/
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()
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 …]
Dscftorture.c70 char *torture_type = ""; variable
/kernel/locking/
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 …]
/kernel/rcu/
Drcutorture.c125 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 …]