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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drcutorture.c67 static char *torture_type = "rcu"; /* What RCU implementation to torture. */ variable
91 module_param(torture_type, charp, 0444);
92 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, rcu_bh, srcu)");
96 do { printk(KERN_ALERT "%s" TORTURE_FLAG s "\n", torture_type); } while (0)
98 do { if (verbose) printk(KERN_ALERT "%s" TORTURE_FLAG s "\n", torture_type); } while (0)
100 do { if (verbose) printk(KERN_ALERT "%s" TORTURE_FLAG "!!! " s "\n", torture_type); } while (0)
563 torture_type, TORTURE_FLAG, idx);
924 cnt += sprintf(&page[cnt], "%s%s ", torture_type, TORTURE_FLAG);
938 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLAG);
947 cnt += sprintf(&page[cnt], "\n%s%s ", torture_type, TORTURE_FLA
[all...]

Completed in 104 milliseconds