Home
last modified time | relevance | path

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

/linux/Documentation/locking/
H A 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,
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/translations/it_IT/RCU/
H A Dtorture.rst6 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 Dindex.rst12 torture
/linux/drivers/gpu/drm/ci/xfails/
H A Dmeson-g12b-fails.txt6 kms_cursor_legacy@torture-bo,Fail
7 kms_cursor_legacy@torture-move,Fail
/linux/drivers/firmware/psci/
H A 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/Documentation/translations/it_IT/locking/
H A Dlocktorture.rst18 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 Dwl.c451 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
865 torture = 1;
973 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
H A Dubi.h808 int torture; member
904 int ubi_sync_erase(struct ubi_device *ubi, struct ubi_wl_entry *e, int torture);
907 int pnum, int torture);
915 int lnum, int torture);
926 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
H A Dfastmap-wl.c493 int lnum, int torture) in ubi_wl_put_fm_peb() argument
519 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
H A Deba.c512 int torture = 0; in check_mapping() local
525 torture = 1; in check_mapping()
530 ubi_wl_put_peb(ubi, vol->vol_id, lnum, *pnum, torture); in check_mapping()
H A Dio.c535 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 DKconfig.debug42 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 Dtorture.sh4 # Run a series of torture tests, intended for overnight or
7 # Usage: torture.sh [ options ]
260 ds="`date +%Y.%m.%d-%H.%M.%S`-torture"
264 T="`mktemp -d ${TMPDIR-/tmp}/torture.sh.XXXXXX`"
333 # Note that "flavor" is an arbitrary string. Supply --torture if needed.
371 # in any way. So also supply --torture if you need something other than
493 # --torture rcu
496 torture_bootargs="rcupdate.rcu_cpu_stall_suppress_at_boot=1 torture.disable_onoff_at_boot rcupdate.rcu_task_stall_timeout=30000"
502 torture_bootargs="torture.disable_onoff_at_boot"
503 torture_set "locktorture" tools/testing/selftests/rcutorture/bin/kvm.sh --torture loc
[all...]
H A Dkvm.sh94 echo " --torture lock|rcu|rcuscale|refscale|scf|X*"
258 --torture)
259 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuscale\|refscale\|scf\|X.*\)$' '^--'
261 TORTURE_MOD="`echo $TORTURE_SUITE | sed -e 's/^\(lock\|rcu\|scf\)$/\1torture/'`"
H A Dkvm-test-1-run.sh114 echo Do the torture scripts know about your architecture?
/linux/kernel/
H A DMakefile136 obj-$(CONFIG_TORTURE_TEST) += torture.o
/linux/lib/
H A DKconfig.debug1673 tristate "torture tests for locking"
1677 This option provides a kernel module that runs torture tests
1681 Say Y here if you want kernel locking-primitive torture tests
1683 Say M if you want these torture tests to build as a module.
1699 tristate "torture tests for smp_call_function*()"
1703 This option provides a kernel module that runs torture tests
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt7620 torture.disable_onoff_at_boot= [KNL]
7624 torture.ftrace_dump_at_shutdown= [KNL]
7625 Dump the ftrace buffer at torture-test shutdown,
7627 very costly operation when many torture tests
7631 torture.verbose_sleep_frequency= [KNL]
7636 torture.verbose_sleep_duration= [KNL]
/linux/
H A DMAINTAINERS22175 X: Documentation/RCU/torture.rst
26705 F: Documentation/RCU/torture.rst
26710 F: kernel/torture.c