/linux/block/partitions/ |
A D | sun.c | 40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member 94 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition() 105 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
|
/linux/arch/s390/ |
A D | Kconfig.debug | 10 This option enables sanity checks in s390 low-level entry code. 11 Some of these sanity checks may slow down kernel entries and
|
/linux/tools/perf/Documentation/ |
A D | perf-test.txt | 6 perf-test - Runs sanity tests. 15 This command does assorted sanity tests, initially through linked routines but
|
/linux/arch/xtensa/ |
A D | Kconfig.debug | 4 bool "Debug TLB sanity" 7 Enable this to turn on TLB sanity check on each entry to userspace.
|
/linux/fs/quota/ |
A D | Kconfig | 41 bool "Additional quota sanity checks" 46 sanity checks of quota internal structures. If unsure, say N.
|
/linux/arch/x86/ |
A D | Kconfig.debug | 123 This option is useful for checking the sanity of x86 instruction 174 This option enables sanity checks in x86's low-level entry code. 175 Some of these sanity checks may slow down kernel entries and 196 This option enables automated sanity testing of the IMR code. 209 If this option is enabled then there will be extra sanity
|
/linux/drivers/edac/ |
A D | edac_pci_sysfs.c | 489 u32 sanity; in get_pci_parity_status() local 491 pci_read_config_dword(dev, 0, &sanity); in get_pci_parity_status() 493 if (sanity == 0xFFFFFFFF) in get_pci_parity_status()
|
/linux/drivers/net/can/spi/mcp251xfd/ |
A D | Kconfig | 15 This option enables additional sanity checks in the driver,
|
/linux/tools/vm/ |
A D | slabinfo.c | 91 int sanity; variable 659 sanity = 1; in debug_opt_scan() 669 if (sanity) in debug_opt_scan() 671 sanity = 1; in debug_opt_scan() 722 if (sanity && !s->sanity_checks) { in slab_debug() 725 if (!sanity && s->sanity_checks) { in slab_debug()
|
/linux/fs/btrfs/ |
A D | Kconfig | 72 bool "Btrfs will run sanity tests upon loading" 75 This will run some basic sanity tests on the free space cache
|
/linux/lib/ |
A D | iov_iter.c | 342 static bool sanity(const struct iov_iter *i) in sanity() function 381 #define sanity(i) true macro 400 if (!sanity(i)) in copy_page_to_iter_pipe() 603 if (!sanity(i)) in copy_pipe_to_iter() 640 if (!sanity(i)) in csum_and_copy_to_pipe_iter() 694 if (!sanity(i)) in copy_mc_pipe_to_iter() 921 if (!sanity(i)) in pipe_zero() 1393 if (!sanity(i)) in pipe_get_pages() 1576 if (!sanity(i)) in pipe_get_pages_alloc() 1820 if (!sanity(i)) in iov_iter_npages()
|
A D | Kconfig.ubsan | 6 bool "Undefined behaviour sanity checker" 8 This option enables the Undefined Behaviour sanity checker.
|
/linux/tools/testing/selftests/zram/ |
A D | README | 23 zram.sh: For sanity check of CONFIG_ZRAM and to run zram01 and zram02
|
/linux/Documentation/vm/ |
A D | slub.rst | 63 F.e. in order to boot just with sanity checks and red zoning one would specify:: 78 Red zoning and tracking may realign the slab. We can just apply sanity checks 97 You can also enable options (e.g. sanity checks and poisoning) for all caches 297 Minimal debugging (sanity checks alone) can be enabled by booting with:: 304 Performance will be impacted by the sanity checks and there will be a
|
/linux/tools/testing/selftests/livepatch/ |
A D | README | 5 This is a small set of sanity tests for the kernel livepatching.
|
/linux/Documentation/hwmon/ |
A D | sch5636.rst | 23 hwmon solution. The sch5636 driver runs a sanity check on loading to ensure
|
/linux/sound/core/ |
A D | Kconfig | 182 bool "Perform sanity-checks for each control element access" 186 access, including sanity-checks like whether the values returned
|
/linux/fs/unicode/ |
A D | README.utf8data | 48 After sanity checking the newly generated utf8data.h file (the
|
/linux/drivers/net/ethernet/netronome/ |
A D | Kconfig | 61 Enable extra sanity checks and debugfs support in
|
/linux/drivers/soc/fsl/qbman/ |
A D | Kconfig | 26 Compiles in additional checks, to sanity-check the drivers and
|
/linux/drivers/gpu/drm/i915/ |
A D | Kconfig.debug | 56 By default, always enables the extra sanity checks (extra register 70 Enable extra sanity checks (including BUGs) along the GEM driver
|
/linux/drivers/gpu/drm/nouveau/ |
A D | Kconfig | 86 and sanity checks.
|
/linux/tools/testing/selftests/arm64/signal/ |
A D | README | 51 - a sanity mechanism to be used in 'fake_sigreturn_'-alike tests: enabled by
|
/linux/Documentation/usb/ |
A D | raw-gadget.rst | 29 while GadgetFS performs sanity checks on the provided USB descriptors.
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | ca_high_level.rst | 146 | sanity checks |
|