Home
last modified time | relevance | path

Searched full:sanity (Results 1 – 25 of 2398) sorted by relevance

12345678910>>...96

/kernel/linux/linux-5.10/lib/
DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
8 This option enables the Undefined Behaviour sanity checker.
65 bool "Enable all other Undefined Behavior sanity checks"
68 This option enables all sanity checks that don't have their
/kernel/linux/linux-6.6/block/partitions/
Dsun.c40 __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()
/kernel/linux/linux-5.10/block/partitions/
Dsun.c40 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member
95 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition()
106 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
/kernel/linux/linux-6.6/drivers/gpu/drm/ci/xfails/
Drockchip-rk3288-flakes.txt7 kms_properties@get_properties-sanity-atomic,Crash
8 kms_properties@get_properties-sanity-non-atomic,Crash
Dmeson-g12b-fails.txt3 kms_properties@get_properties-sanity-atomic,Fail
4 kms_properties@get_properties-sanity-non-atomic,Fail
Drockchip-rk3288-fails.txt46 kms_properties@get_properties-sanity-atomic,Crash
47 kms_properties@get_properties-sanity-non-atomic,Crash
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/
DKconfig12 bool "Additional Sanity Checks"
14 This option enables additional sanity checks in the driver,
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/
DKconfig14 bool "Additional Sanity Checks"
16 This option enables additional sanity checks in the driver,
/kernel/linux/linux-6.6/arch/x86/
DKconfig.debug119 This option is useful for checking the sanity of x86 instruction
170 This option enables sanity checks in x86's low-level entry code.
171 Some of these sanity checks may slow down kernel entries and
192 This option enables automated sanity testing of the IMR code.
205 If this option is enabled then there will be extra sanity
/kernel/linux/linux-5.10/arch/x86/
DKconfig.debug129 This option is useful for checking the sanity of x86 instruction
180 This option enables sanity checks in x86's low-level entry code.
181 Some of these sanity checks may slow down kernel entries and
202 This option enables automated sanity testing of the IMR code.
215 If this option is enabled then there will be extra sanity
/kernel/linux/linux-6.6/arch/s390/
DKconfig.debug10 This option enables sanity checks in s390 low-level entry code.
11 Some of these sanity checks may slow down kernel entries and
/kernel/linux/linux-5.10/arch/xtensa/
DKconfig.debug4 bool "Debug TLB sanity"
7 Enable this to turn on TLB sanity check on each entry to userspace.
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-test.txt6 perf-test - Runs sanity tests.
15 This command does assorted sanity tests, initially through linked routines but
/kernel/linux/linux-6.6/tools/perf/Documentation/
Dperf-test.txt6 perf-test - Runs sanity tests.
15 This command does assorted sanity tests, initially through linked routines but
/kernel/linux/linux-6.6/include/linux/
Dmoduleloader.h85 * Some architectures (namely x86_64 and ppc64) perform sanity checks when
89 * patched module might trigger the sanity checks.
92 * that might trigger arch-specific sanity checks on a future module reload.
/kernel/linux/linux-6.6/arch/xtensa/
DKconfig.debug4 bool "Debug TLB sanity"
7 Enable this to turn on TLB sanity check on each entry to userspace.
/kernel/linux/linux-6.6/arch/riscv/kernel/
Dacpi.c54 * acpi_fadt_sanity_check() - Check FADT presence and carry out sanity
116 * - ACPI tables are initialized and sanity checks passed
137 * the ACPI tables and carry out sanity checks in acpi_boot_table_init()
142 * If ACPI tables are initialized and FADT sanity checks passed, in acpi_boot_table_init()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Drdrand.c24 * Run the instruction a few times as a sanity check.
48 * Stupid sanity-check whether RDRAND does *actually* generate in x86_init_rdrand()
/kernel/linux/linux-6.6/fs/quota/
DKconfig40 bool "Additional quota sanity checks"
45 sanity checks of quota internal structures. If unsure, say N.
/kernel/linux/linux-5.10/fs/quota/
DKconfig41 bool "Additional quota sanity checks"
46 sanity checks of quota internal structures. If unsure, say N.
/kernel/linux/linux-5.10/fs/squashfs/
Dsuper.c173 /* Check block size for sanity */ in squashfs_fill_super()
188 /* Check block log for sanity */ in squashfs_fill_super()
197 /* Check the root inode for sanity */ in squashfs_fill_super()
328 /* Sanity check directory_table */ in squashfs_fill_super()
334 /* Sanity check inode_table */ in squashfs_fill_super()
367 errorf(fc, "squashfs image failed sanity check"); in squashfs_fill_super()
/kernel/linux/linux-5.10/Documentation/vm/
Dslub.rst51 F Sanity checks on (enables SLAB_DEBUG_CONSISTENCY_CHECKS
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
/kernel/linux/linux-6.6/fs/btrfs/
DKconfig73 bool "Btrfs will run sanity tests upon loading"
76 This will run some basic sanity tests on the free space cache
/kernel/linux/linux-5.10/fs/btrfs/
DKconfig72 bool "Btrfs will run sanity tests upon loading"
75 This will run some basic sanity tests on the free space cache
/kernel/linux/linux-6.6/drivers/gpu/drm/ci/
Dgitlab-ci.yml111 - sanity
235 # Sanity checks of MR settings and commit logs
236 sanity:
239 stage: sanity

12345678910>>...96