Searched refs:torture_type (Results 1 – 1 of 1) sorted by relevance
/kernel/ |
D | rcutorture.c | 64 static char *torture_type = "rcu"; /* What RCU implementation to torture. */ variable 82 module_param(torture_type, charp, 0444); 83 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, rcu_bh, srcu)"); 87 do { printk(KERN_ALERT "%s" TORTURE_FLAG s "\n", torture_type); } while (0) 89 do { if (verbose) printk(KERN_ALERT "%s" TORTURE_FLAG s "\n", torture_type); } while (0) 91 do { if (verbose) printk(KERN_ALERT "%s" TORTURE_FLAG "!!! " s "\n", torture_type); } while (0) 521 torture_type, TORTURE_FLAG, idx); in srcu_torture_stats() 809 cnt += sprintf(&page[cnt], "%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk() 823 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk() 832 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_printk() [all …]
|