Home
last modified time | relevance | path

Searched refs:torture (Results 1 – 15 of 15) sorted by relevance

/Linux-v5.4/Documentation/RCU/
Dtorture.txt8 be loaded to run a torture test. The test periodically outputs
10 command (perhaps grepping for "torture"). The test is started
20 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_…
21 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0…
22 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0
23 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0
24 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554…
25 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n…
27 The command "dmesg | grep torture:" will extract this information on
30 the RCU torture test. The printk()s use KERN_ALERT, so they should
[all …]
DRTFP.txt1413 ,Title="{[PATCH]} {RCU} torture testing"
2205 Realtime RCU and torture-testing RCU uses.
/Linux-v5.4/Documentation/locking/
Dlocktorture.rst9 that runs torture tests on core kernel locking primitives. The kernel
13 grepping for "torture"). The test is started when the module is loaded,
17 This torture test consists of creating a number of kernel threads which
45 Type of lock to torture. By default, only spinlocks will
46 be tortured. This module can torture the following locks,
124 high-level errors and reports from the main 'torture'
133 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0
154 The following script may be used to torture locks::
161 dmesg | grep torture:
170 Also see: Documentation/RCU/torture.txt
/Linux-v5.4/drivers/firmware/psci/
DKconfig12 The torture tests may interfere with the PSCI checker by turning CPUs
13 on and off through hotplug, so for now torture tests and PSCI checker
/Linux-v5.4/kernel/rcu/
DKconfig.debug44 tristate "torture tests for RCU"
51 This option provides a kernel module that runs torture tests
55 Say Y here if you want RCU torture tests to be built into
57 Say M if you want the RCU torture tests to build as a module.
/Linux-v5.4/drivers/mtd/ubi/
Dwl.c447 int torture) in sync_erase() argument
463 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase()
591 int vol_id, int lnum, int torture, bool nested) in schedule_erase() argument
598 e->pnum, e->ec, torture); in schedule_erase()
608 wl_wrk->torture = torture; in schedule_erase()
628 int vol_id, int lnum, int torture) in do_sync_erase() argument
637 wl_wrk.torture = torture; in do_sync_erase()
657 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
848 torture = 1;
953 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
Dubi.h807 int torture; member
907 int pnum, int torture);
915 int lnum, int torture);
926 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
Dfastmap-wl.c314 int lnum, int torture) in ubi_wl_put_fm_peb() argument
340 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
Deba.c517 int torture = 0; in check_mapping() local
530 torture = 1; in check_mapping()
535 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping()
Dio.c523 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument
544 if (torture) { in ubi_io_sync_erase()
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/
Dkvm.sh169 --torture)
170 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuperf\)$' '^--'
Dkvm-test-1-run.sh100 echo Do the torture scripts know about your architecture?
/Linux-v5.4/kernel/
DMakefile113 obj-$(CONFIG_TORTURE_TEST) += torture.o
/Linux-v5.4/lib/
DKconfig.debug1244 tristate "torture tests for locking"
1248 This option provides a kernel module that runs torture tests
1252 Say Y here if you want kernel locking-primitive torture tests
1254 Say M if you want these torture tests to build as a module.
/Linux-v5.4/
DMAINTAINERS13722 X: Documentation/RCU/torture.txt
16414 F: Documentation/RCU/torture.txt
16415 F: kernel/torture.c