Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A Dtorture.rst13 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 Dindex.rst22 torture
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A Dsamba-4.3.9-remove-getpwent_r.patch13 source4/torture/local/nss_tests.c | 13 ++++++++-----
16 diff --git a/source4/torture/local/nss_tests.c b/source4/torture/local/nss_tests.c
18 --- a/source4/torture/local/nss_tests.c
19 +++ b/source4/torture/local/nss_tests.c
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dwl.c432 int torture) in sync_erase() argument
448 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase()
605 int vol_id, int lnum, int torture) in schedule_erase() argument
612 e->pnum, e->ec, torture); in schedule_erase()
622 wl_wrk->torture = torture; in schedule_erase()
642 int vol_id, int lnum, int torture) in do_sync_erase() argument
655 wl_wrk->torture = torture; in do_sync_erase()
674 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
841 torture = 1;
935 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
H A Dubi.h771 int torture; member
869 int pnum, int torture);
877 int lnum, int torture);
887 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
H A Dfastmap-wl.c327 int lnum, int torture) in ubi_wl_put_fm_peb() argument
353 return schedule_erase(ubi, e, vol_id, lnum, torture); in ubi_wl_put_fm_peb()
H A Dio.c561 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture) in ubi_io_sync_erase() argument
582 if (torture) { in ubi_io_sync_erase()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dwl.c439 int torture) in sync_erase() argument
455 err = ubi_io_sync_erase(ubi, e->pnum, torture); in sync_erase()
583 int vol_id, int lnum, int torture, bool nested) in schedule_erase() argument
590 e->pnum, e->ec, torture); in schedule_erase()
600 wl_wrk->torture = torture; in schedule_erase()
620 int vol_id, int lnum, int torture) in do_sync_erase() argument
629 wl_wrk.torture = torture; in do_sync_erase()
649 int err, scrubbing = 0, torture = 0, protect = 0, erroneous = 0; local
841 torture = 1;
946 err = do_sync_erase(ubi, e2, vol_id, lnum, torture);
[all …]
H A Dubi.h810 int torture; member
909 int pnum, int torture);
917 int lnum, int torture);
928 int ubi_io_sync_erase(struct ubi_device *ubi, int pnum, int torture);
H A Dfastmap-wl.c362 int lnum, int torture) in ubi_wl_put_fm_peb() argument
388 return schedule_erase(ubi, e, vol_id, lnum, torture, true); in ubi_wl_put_fm_peb()
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/kernel/rcu/
H A DKconfig.debug46 tristate "torture tests for RCU"
55 This option provides a kernel module that runs torture tests
59 Say Y here if you want RCU torture tests to be built into
61 Say M if you want the RCU torture tests to build as a module.
/OK3568_Linux_fs/buildroot/package/gcc/10.4.0/
H A D0001-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch28 .../gcc.c-torture/compile/20191108-1.c | 14 --
33 delete mode 100644 gcc/testsuite/gcc.c-torture/compile/20191108-1.c
270 diff --git a/gcc/testsuite/gcc.c-torture/compile/20191108-1.c b/gcc/testsuite/gcc.c-torture/compile…
273 --- a/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
/OK3568_Linux_fs/buildroot/package/gcc/8.4.0/
H A D0002-Revert-re-PR-target-92095-internal-error-with-O1-mcp.patch25 .../gcc.c-torture/compile/20191108-1.c | 14 --
30 delete mode 100644 gcc/testsuite/gcc.c-torture/compile/20191108-1.c
267 diff --git a/gcc/testsuite/gcc.c-torture/compile/20191108-1.c b/gcc/testsuite/gcc.c-torture/compile…
270 --- a/gcc/testsuite/gcc.c-torture/compile/20191108-1.c
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh200 --torture)
201 checkarg --torture "(suite name)" "$#" "$2" '^\(lock\|rcu\|rcuscale\|refscale\|scf\)$' '^--'
H A Dkvm-test-1-run.sh103 echo Do the torture scripts know about your architecture?
/OK3568_Linux_fs/kernel/kernel/
H A DMakefile123 obj-$(CONFIG_TORTURE_TEST) += torture.o
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.nand100 Enables the torture command (see description of this command below).
304 "torture offset [size]"
/OK3568_Linux_fs/kernel/lib/
H A DKconfig.debug1399 tristate "torture tests for locking"
1403 This option provides a kernel module that runs torture tests
1407 Say Y here if you want kernel locking-primitive torture tests
1409 Say M if you want these torture tests to build as a module.
1425 tristate "torture tests for smp_call_function*()"
1429 This option provides a kernel module that runs torture tests
/OK3568_Linux_fs/u-boot/cmd/
H A D.nand.o.cmd
H A DKconfig879 bool "nand torture"
881 NAND torture support.
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A D.nand_util.o.cmd

12