/Linux-v4.19/kernel/ |
D | torture.c | 58 static char *torture_type; variable 107 torture_type, cpu); in torture_offline() 115 torture_type, cpu, ret); in torture_offline() 120 torture_type, cpu); in torture_offline() 156 torture_type, cpu); in torture_online() 164 torture_type, cpu, ret); in torture_online() 169 torture_type, cpu); in torture_online() 487 torture_type, in torture_shutdown() 656 if (torture_type != NULL) { in torture_init_begin() 658 ttype, torture_type); in torture_init_begin() [all …]
|
/Linux-v4.19/include/linux/ |
D | torture.h | 46 pr_alert("%s" TORTURE_FLAG " %s\n", torture_type, s) 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-v4.19/kernel/locking/ |
D | locktorture.c | 66 static char *torture_type = "spin_lock"; variable 67 module_param(torture_type, charp, 0444); 68 MODULE_PARM_DESC(torture_type, 793 torture_type, tag, cxt.debug_lock ? " [debug]": "", in lock_torture_print_module_parms() 868 if (!torture_init_begin(torture_type, verbose)) in lock_torture_init() 874 if (strcmp(torture_type, cxt.cur_ops->name) == 0) in lock_torture_init() 879 torture_type); in lock_torture_init() 903 if (strncmp(torture_type, "mutex", 5) == 0) in lock_torture_init() 907 if (strncmp(torture_type, "rtmutex", 7) == 0) in lock_torture_init() 911 if ((strncmp(torture_type, "spin", 4) == 0) || in lock_torture_init() [all …]
|
/Linux-v4.19/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, rcu_bh, ...)"); 583 srcu_torture_stats_print(srcu_ctlp, torture_type, TORTURE_FLAG); in srcu_torture_stats() 1027 torture_type, cur_ops->name); in rcu_torture_writer() 1146 torture_type); in rcu_torture_writer() 1445 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1469 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1485 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() 1491 pr_alert("%s%s ", torture_type, TORTURE_FLAG); in rcu_torture_stats_print() [all …]
|
/Linux-v4.19/tools/testing/selftests/rcutorture/configs/lock/ |
D | BUSTED.boot | 1 locktorture.torture_type=lock_busted
|
D | LOCK02.boot | 1 locktorture.torture_type=mutex_lock
|
D | LOCK03.boot | 1 locktorture.torture_type=rwsem_lock
|
D | LOCK04.boot | 1 locktorture.torture_type=rw_lock
|
D | LOCK05.boot | 1 locktorture.torture_type=rtmutex_lock
|
D | LOCK07.boot | 1 locktorture.torture_type=ww_mutex_lock
|
D | LOCK06.boot | 1 locktorture.torture_type=percpu_rwsem_lock
|
/Linux-v4.19/tools/testing/selftests/rcutorture/configs/rcu/ |
D | TASKS01.boot | 1 rcutorture.torture_type=tasks
|
D | BUSTED.boot | 1 rcutorture.torture_type=busted
|
D | SRCU-N.boot | 1 rcutorture.torture_type=srcu
|
D | SRCU-P.boot | 1 rcutorture.torture_type=srcud
|
D | SRCU-t.boot | 1 rcutorture.torture_type=srcu
|
D | SRCU-u.boot | 1 rcutorture.torture_type=srcud
|
D | TASKS02.boot | 1 rcutorture.torture_type=tasks
|
D | TASKS03.boot | 1 rcutorture.torture_type=tasks nohz_full=1
|
D | TREE04.boot | 1 rcutorture.torture_type=rcu_bh rcutree.rcu_fanout_leaf=4 nohz_full=1-7
|
D | TINY02.boot | 3 rcutorture.torture_type=rcu_bh
|
D | TREE08.boot | 1 rcutorture.torture_type=sched
|
D | TREE05.boot | 1 rcutorture.torture_type=sched
|
D | TREE01.boot | 1 rcutorture.torture_type=rcu_bh maxcpus=8 nr_cpus=43
|
/Linux-v4.19/Documentation/locking/ |
D | locktorture.txt | 37 torture_type Type of lock to torture. By default, only spinlocks will 112 (A): Lock type that is being tortured -- torture_type parameter.
|