Home
last modified time | relevance | path

Searched refs:sanity (Results 1 – 25 of 46) sorted by relevance

12

/Linux-v5.4/block/partitions/
Dsun.c33 __be32 sanity; /* To verify vtoc sanity */ in sun_partition() member
88 use_vtoc = ((be32_to_cpu(label->vtoc.sanity) == SUN_VTOC_SANITY) && in sun_partition()
99 use_vtoc = use_vtoc || !(label->vtoc.sanity || in sun_partition()
/Linux-v5.4/tools/perf/Documentation/
Dperf-test.txt6 perf-test - Runs sanity tests.
15 This command does assorted sanity tests, initially through linked routines but
/Linux-v5.4/arch/xtensa/
DKconfig.debug4 bool "Debug TLB sanity"
7 Enable this to turn on TLB sanity check on each entry to userspace.
/Linux-v5.4/lib/
DKconfig.ubsan6 bool "Undefined behaviour sanity checker"
8 This option enables undefined behaviour sanity checker
Diov_iter.c325 static bool sanity(const struct iov_iter *i) in sanity() function
359 #define sanity(i) true macro
381 if (!sanity(i)) in copy_page_to_iter_pipe()
547 if (!sanity(i)) in copy_pipe_to_iter()
581 if (!sanity(i)) in csum_and_copy_to_pipe_iter()
651 if (!sanity(i)) in copy_pipe_to_iter_mcsafe()
931 if (!sanity(i)) in pipe_zero()
1264 if (!sanity(i)) in pipe_get_pages()
1333 if (!sanity(i)) in pipe_get_pages_alloc()
1566 if (!sanity(i)) in iov_iter_npages()
DKconfig.debug300 as uapi header sanity checks.
303 bool "Run sanity checks on uapi headers when building 'all'"
306 This option will run basic sanity checks on uapi headers when
671 Enable some costly sanity checks in virtual to page code. This can
688 The sanity checks verify aspects of the VM such as the memory model
1042 bool "Enable extra timekeeping sanity checking"
1044 This option will enable additional timekeeping sanity checks
1385 Enable this to turn on sanity checking for notifier call chains.
1706 bool "Kprobes sanity tests"
1891 This builds the "test_user_copy" module that runs sanity checks
/Linux-v5.4/fs/quota/
DKconfig41 bool "Additional quota sanity checks"
46 sanity checks of quota internal structures. If unsure, say N.
/Linux-v5.4/drivers/edac/
Dedac_pci_sysfs.c489 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-v5.4/fs/btrfs/
DKconfig66 bool "Btrfs will run sanity tests upon loading"
69 This will run some basic sanity tests on the free space cache
/Linux-v5.4/arch/x86/
DKconfig.debug178 This option is useful for checking the sanity of x86 instruction
229 This option enables sanity checks in x86's low-level entry code.
230 Some of these sanity checks may slow down kernel entries and
251 This option enables automated sanity testing of the IMR code.
264 If this option is enabled then there will be extra sanity
/Linux-v5.4/tools/testing/selftests/zram/
DREADME23 zram.sh: For sanity check of CONFIG_ZRAM and to run zram01 and zram02
/Linux-v5.4/tools/testing/selftests/livepatch/
DREADME5 This is a small set of sanity tests for the kernel livepatching.
/Linux-v5.4/tools/vm/
Dslabinfo.c91 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-v5.4/Documentation/hwmon/
Dsch5636.rst23 hwmon solution. The sch5636 driver runs a sanity check on loading to ensure
/Linux-v5.4/Documentation/vm/
Dslub.rst58 F.e. in order to boot just with sanity checks and red zoning one would specify::
73 Red zoning and tracking may realign the slab. We can just apply sanity checks
94 not contain objects. If the slab already contains objects then sanity checks
276 Minimal debugging (sanity checks alone) can be enabled by booting with::
283 Performance will be impacted by the sanity checks and there will be a
/Linux-v5.4/mm/
DKconfig.debug82 bool "Only poison, don't sanity check"
84 Skip the sanity checking on alloc, only fill the pages with
/Linux-v5.4/drivers/net/ethernet/netronome/
DKconfig58 Enable extra sanity checks and debugfs support in
/Linux-v5.4/fs/unicode/
DREADME.utf8data48 After sanity checking the newly generated utf8data.h file (the
/Linux-v5.4/drivers/soc/fsl/qbman/
DKconfig26 Compiles in additional checks, to sanity-check the drivers and
/Linux-v5.4/drivers/gpu/drm/i915/
DKconfig.debug52 By default, always enables the extra sanity checks (extra register
66 Enable extra sanity checks (including BUGs) along the GEM driver
/Linux-v5.4/drivers/net/wireless/broadcom/b43/
DKconfig180 This adds additional runtime sanity checks and statistics to the driver.
/Linux-v5.4/Documentation/driver-api/usb/
Dusb3-debug-port.rst87 you to check the sanity of the setup.
/Linux-v5.4/fs/xfs/
DKconfig125 and extra sanity-checking functions in various code paths.
/Linux-v5.4/Documentation/media/dvb-drivers/
Dci.rst217 | sanity checks |
/Linux-v5.4/Documentation/networking/
Dcan_ucan_protocol.rst188 ``ucan_message_in`` value (take care to sanity-check the ``len`` value

12