Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dtorture.c52 static char *torture_type; variable
113 torture_type, cpu); in torture_onoff()
121 torture_type, cpu, ret); in torture_onoff()
126 torture_type, cpu); in torture_onoff()
143 torture_type, cpu); in torture_onoff()
151 torture_type, cpu, ret); in torture_onoff()
156 torture_type, cpu); in torture_onoff()
437 torture_type, delta); in torture_shutdown()
604 if (torture_type != NULL) { in torture_init_begin()
606 ttype, torture_type); in torture_init_begin()
[all …]
/linux-4.4.14/include/linux/
Dtorture.h46 pr_alert("%s" TORTURE_FLAG s "\n", torture_type)
48 do { if (verbose) pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s); } while (0)
50 do { if (verbose) pr_alert("%s" TORTURE_FLAG "!!! %s\n", torture_type, s); } while (0)
/linux-4.4.14/kernel/locking/
Dlocktorture.c61 static char *torture_type = "spin_lock"; variable
62 module_param(torture_type, charp, 0444);
63 MODULE_PARM_DESC(torture_type,
738 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms()
798 if (!torture_init_begin(torture_type, verbose, &torture_runnable)) in lock_torture_init()
804 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init()
809 torture_type); in lock_torture_init()
826 if (strncmp(torture_type, "mutex", 5) == 0) in lock_torture_init()
830 if (strncmp(torture_type, "rtmutex", 7) == 0) in lock_torture_init()
834 if ((strncmp(torture_type, "spin", 4) == 0) || in lock_torture_init()
[all …]
/linux-4.4.14/kernel/rcu/
Drcutorture.c102 static char *torture_type = "rcu"; variable
103 module_param(torture_type, charp, 0444);
104 MODULE_PARM_DESC(torture_type, "Type of RCU to torture (rcu, rcu_bh, ...)");
542 torture_type, TORTURE_FLAG, idx); in srcu_torture_stats()
916 torture_type, cur_ops->name); in rcu_torture_writer()
919 torture_type); in rcu_torture_writer()
1248 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1271 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1287 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
1293 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print()
[all …]
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/rcu/
DTASKS02.boot1 rcutorture.torture_type=tasks
DSRCU-P.boot1 rcutorture.torture_type=srcud
DBUSTED.boot1 rcutorture.torture_type=rcu_busted
DTASKS01.boot1 rcutorture.torture_type=tasks
DTASKS03.boot1 rcutorture.torture_type=tasks
DTREE04.boot1 rcutorture.torture_type=rcu_bh
DSRCU-N.boot1 rcutorture.torture_type=srcu
DTREE01.boot1 rcutorture.torture_type=rcu_bh maxcpus=8
DTREE05.boot1 rcutorture.torture_type=sched
DTINY02.boot3 rcutorture.torture_type=rcu_bh
DTREE08.boot1 rcutorture.torture_type=sched
/linux-4.4.14/tools/testing/selftests/rcutorture/configs/lock/
DLOCK04.boot1 locktorture.torture_type=rw_lock
DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
DLOCK02.boot1 locktorture.torture_type=mutex_lock
DLOCK03.boot1 locktorture.torture_type=rwsem_lock
DBUSTED.boot1 locktorture.torture_type=lock_busted
/linux-4.4.14/Documentation/locking/
Dlocktorture.txt37 torture_type Type of lock to torture. By default, only spinlocks will
117 (A): Lock type that is being tortured -- torture_type parameter.
/linux-4.4.14/Documentation/RCU/
Dtorture.txt64 specify this to be non-zero when torture_type indicates a
67 used -- see the documentation for torture_type below), an
73 torture_type, with a delay between calls to allow for various
167 torture_type The type of RCU to test, with string values as follows:
/linux-4.4.14/Documentation/
Dkernel-parameters.txt1927 locktorture.torture_type= [KNL]
3293 rcutorture.torture_type= [KNL]