/linux/Documentation/locking/ |
H A D | locktorture.rst | 9 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, 123 high-level errors and reports from the main 'torture' 132 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0 153 The following script may be used to torture locks:: 160 dmesg | grep torture: 169 Also see: Documentation/RCU/torture.rst
|
/linux/Documentation/RCU/ |
H A D | torture.rst | 13 be loaded to run a torture test. The test periodically outputs 15 command (perhaps grepping for "torture"). The test is started 26 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 27 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0… 28 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0 29 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0 30 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554… 31 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n… 33 The command "dmesg | grep torture:" will extract this information on 36 the RCU torture test. The printk()s use KERN_ALERT, so they should [all …]
|
H A D | index.rst | 21 torture
|
H A D | RTFP.txt | 1413 ,Title="{[PATCH]} {RCU} torture testing" 2205 Realtime RCU and torture-testing RCU uses.
|
/linux/Documentation/translations/it_IT/RCU/ |
H A D | torture.rst | 6 Le operazioni RCU per le verifiche *torture* 15 visualizzarlo con dmesg (magari usate grep per filtrare "torture"). Le verifiche 26 …rcu-torture:--- Start of test: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_no_idle_… 27 …rcu-torture: rtc: (null) ver: 155441 tfle: 0 rta: 155441 rtaf: 8884 rtf: 155440 rtmbe: 0… 28 rcu-torture: Reader Pipe: 727860534 34213 0 0 0 0 0 0 0 0 0 29 rcu-torture: Reader Batch: 727877838 17003 0 0 0 0 0 0 0 0 0 30 …rcu-torture: Free-Block Circulation: 155440 155440 155440 155440 155440 155440 155440 155440 1554… 31 …rcu-torture:--- End of test: SUCCESS: nreaders=16 nfakewriters=4 stat_interval=30 verbose=0 test_n… 34 grep torture:". Su configurazioni più esoteriche potrebbe essere necessario 50 * "tfle": se non è zero, indica la lista di strutture "torture freelist" da [all …]
|
H A D | index.rst | 12 torture
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | meson-g12b-fails.txt | 7 kms_cursor_legacy@torture-bo,Fail 8 kms_cursor_legacy@torture-move,Fail
|
H A D | msm-apq8016-fails.txt | 7 kms_cursor_legacy@torture-bo,Fail
|
H A D | msm-apq8096-skips.txt | 2 kms_cursor_legacy@all-pipes-torture-move
|
/linux/drivers/firmware/psci/ |
H A D | Kconfig | 12 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/Documentation/translations/it_IT/locking/ |
H A D | locktorture.rst | 18 filtrate l'output con ``grep "torture"``). La verifica inizia quando 83 Generici dell'ambiente di sviluppo 'torture' (RCU + locking) 133 da parte dell'struttura 'torture'. 141 spin_lock-torture: Writes: Total: 93746064 Max/Min: 0/0 Fail: 0 172 dmesg | grep torture: 181 Consultate anche: Documentation/translations/it_IT/RCU/torture.rst
|
/linux/drivers/mtd/ubi/ |
H A D | wl.c | 451 int ubi_sync_erase(struct ubi_device *ubi, struct ubi_wl_entry *e, int torture) in ubi_sync_erase() argument 467 err = ubi_io_sync_erase(ubi, e->pnum, torture); in ubi_sync_erase() 596 int vol_id, int lnum, int torture, bool nested) in schedule_erase() argument 603 e->pnum, e->ec, torture); in schedule_erase() 613 wl_wrk->torture = torture; in schedule_erase() 633 int vol_id, int lnum, int torture) in do_sync_erase() argument 642 wl_wrk.torture = torture; in do_sync_erase() 662 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local 858 torture = 1; 966 err = do_sync_erase(ubi, e2, vol_id, lnum, torture); [all …]
|
H A D | ubi.h | 808 int torture; member 905 int ubi_sync_erase(struct ubi_device *ubi, struct ubi_wl_entry *e, int torture); 908 int pnum, int torture); 916 int lnum, int torture); 927 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
|
H A D | fastmap-wl.c | 480 int lnum, int torture) in ubi_wl_put_fm_peb() argument 506 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
|
H A D | eba.c | 513 int torture = 0; in check_mapping() local 526 torture = 1; in check_mapping() 531 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping()
|
H A D | io.c | 535 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument 563 if (torture) { in ubi_io_sync_erase()
|
/linux/kernel/rcu/ |
H A D | Kconfig.debug | 42 tristate "torture tests for RCU" 47 This option provides a kernel module that runs torture tests 51 Say Y here if you want RCU torture tests to be built into 53 Say M if you want the RCU torture tests to build as a module.
|
/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | torture.sh | 438 …torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture lock --allcpus -… 446 …torture_set "scftorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture scf --allcpus --d… 540 …torture_set "rcuscale-$prim" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --al… 578 …torture_set "rcuscale-kvfree" tools/testing/selftests/rcutorture/bin/kvm.sh --torture rcuscale --a…
|
H A D | kvm.sh | 249 --torture) 250 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuscale\|refscale\|scf\|X.*\)$' '^--'
|
H A D | kvm-test-1-run.sh | 114 echo Do the torture scripts know about your architecture?
|
/linux/kernel/ |
H A D | Makefile | 126 obj-$(CONFIG_TORTURE_TEST) += torture.o
|
/linux/lib/ |
H A D | Kconfig.debug | 1596 tristate "torture tests for locking" 1600 This option provides a kernel module that runs torture tests 1604 Say Y here if you want kernel locking-primitive torture tests 1606 Say M if you want these torture tests to build as a module. 1622 tristate "torture tests for smp_call_function*()" 1626 This option provides a kernel module that runs torture tests
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 6711 torture.disable_onoff_at_boot= [KNL] 6715 torture.ftrace_dump_at_shutdown= [KNL] 6716 Dump the ftrace buffer at torture-test shutdown, 6718 very costly operation when many torture tests 6722 torture.verbose_sleep_frequency= [KNL] 6727 torture.verbose_sleep_duration= [KNL]
|