Home
last modified time | relevance | path

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

12

/Linux-v4.19/kernel/
Dtorture.c58 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/
Dtorture.h46 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/
Dlocktorture.c66 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/
Drcutorture.c126 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/
DBUSTED.boot1 locktorture.torture_type=lock_busted
DLOCK02.boot1 locktorture.torture_type=mutex_lock
DLOCK03.boot1 locktorture.torture_type=rwsem_lock
DLOCK04.boot1 locktorture.torture_type=rw_lock
DLOCK05.boot1 locktorture.torture_type=rtmutex_lock
DLOCK07.boot1 locktorture.torture_type=ww_mutex_lock
DLOCK06.boot1 locktorture.torture_type=percpu_rwsem_lock
/Linux-v4.19/tools/testing/selftests/rcutorture/configs/rcu/
DTASKS01.boot1 rcutorture.torture_type=tasks
DBUSTED.boot1 rcutorture.torture_type=busted
DSRCU-N.boot1 rcutorture.torture_type=srcu
DSRCU-P.boot1 rcutorture.torture_type=srcud
DSRCU-t.boot1 rcutorture.torture_type=srcu
DSRCU-u.boot1 rcutorture.torture_type=srcud
DTASKS02.boot1 rcutorture.torture_type=tasks
DTASKS03.boot1 rcutorture.torture_type=tasks nohz_full=1
DTREE04.boot1 rcutorture.torture_type=rcu_bh rcutree.rcu_fanout_leaf=4 nohz_full=1-7
DTINY02.boot3 rcutorture.torture_type=rcu_bh
DTREE08.boot1 rcutorture.torture_type=sched
DTREE05.boot1 rcutorture.torture_type=sched
DTREE01.boot1 rcutorture.torture_type=rcu_bh maxcpus=8 nr_cpus=43
/Linux-v4.19/Documentation/locking/
Dlocktorture.txt37 torture_type Type of lock to torture. By default, only spinlocks will
112 (A): Lock type that is being tortured -- torture_type parameter.

12