Searched refs:torture_type (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | torture.c | 51 static char *torture_type; variable 104 torture_type, cpu); in torture_offline() 118 torture_type, cpu, s, ret); in torture_offline() 123 torture_type, cpu); in torture_offline() 162 torture_type, cpu); in torture_online() 176 torture_type, cpu, s, ret); in torture_online() 181 torture_type, cpu); in torture_online() 223 __func__, torture_type, cpu, ret); in torture_onoff() 514 torture_type, in torture_shutdown() 691 if (torture_type != NULL) { in torture_init_begin() [all …]
|
D | scftorture.c | 72 char *torture_type = ""; variable
|
/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, 774 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 851 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init() 857 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 862 torture_type); in lock_torture_init() 886 if (str_has_prefix(torture_type, "mutex")) in lock_torture_init() 890 if (str_has_prefix(torture_type, "rtmutex")) in lock_torture_init() 894 if ((str_has_prefix(torture_type, "spin")) || in lock_torture_init() [all …]
|
/kernel/rcu/ |
D | rcutorture.c | 126 static char *torture_type = "rcu"; variable 127 module_param(torture_type, charp, 0444); 128 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, srcu, ...)"); 584 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats() 1036 torture_type, cur_ops->name); in rcu_torture_writer() 1169 torture_type); in rcu_torture_writer() 1541 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1567 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1586 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1592 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|