Lines Matching full:checks

247 menu "Compile-time checks and compiler options"
496 as uapi header sanity checks.
502 The section mismatch analysis checks if there are illegal references
780 This enables checks whether a k/v free operation frees an area
847 This option checks for a stack overrun on calls to schedule().
864 Enable this to turn on extended checks in the VFS layer that may impact
876 Enable this to turn on extended checks in the virtual-memory system
939 Enable some costly sanity checks in virtual to page code. This can
955 Enable this for additional checks during memory initialisation.
956 The sanity checks verify aspects of the VM such as the memory model
1497 bool "Enable raw_spinlock - spinlock nesting checks" if !ARCH_SUPPORTS_RT
1501 Enable the raw_spinlock vs. spinlock nesting checks which ensure
1535 bool "Spinlock and rw-lock debugging: basic checks"
1545 bool "Mutex debugging: basic checks"
1561 the full mutex checks enabled with (CONFIG_PROVE_LOCKING) this
1570 bool "RW Semaphore debugging: basic checks"
1655 additional runtime checks to debug itself, at the price
1674 bootup. The self-test checks whether common types of locking bugs
1765 Enables checks for potentially unsafe enabling or disabling of
1814 Enable this to turn on extended checks in the linked-list walking
1827 Enable this to turn on extended checks in the priority-ordered
1828 linked-list (plist) walking routines. This checks the entire
1837 Enable this to turn on checks on scatter-gather tables. This can
2438 Also includes rbtree invariant checks.
2689 numbers due to extra bounds checks and overhead of foreign
2725 For micro-benchmarks and compiler warning checks, enable TEST_BITOPS.
2954 In addition to correctness checks, simple performance benchmarks
3015 The test suite checks the functionality of the min heap library.
3108 This builds the "usercopy_kunit" module that runs sanity checks
3433 The test suite checks parsing of UUID and GUID strings.
3459 which performs square root calculation. The test suite checks
3568 bool "Overflow checks"
3572 Enables rustc's `-Coverflow-checks` codegen option.
3575 overflow. When overflow-checks are enabled, a Rust panic will occur