Searched refs:checks (Results 1 – 25 of 296) sorted by relevance
12345678910>>...12
/Linux-v5.10/scripts/clang-tools/ |
D | run-clang-tools.py | 49 checks = "-checks=-*," 51 checks += "linuxkernel-*" 53 checks += "clang-analyzer-*" 54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | cpuid.rst | 65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit 69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit 77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit 85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit 89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit 95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit 113 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
/Linux-v5.10/lib/ |
D | Kconfig.ubsan | 65 bool "Enable all other Undefined Behavior sanity checks" 68 This option enables all sanity checks that don't have their 70 individually selected checks. 89 bool "Enable checks for pointers alignment"
|
/Linux-v5.10/scripts/atomic/ |
D | gen-atomic-instrumented.sh | 89 local checks="$(gen_params_checks "${meta}" "$@")" 99 ${checks}
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 28 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 48 bool "Always insert extra checks around mmio access by default" 51 By default, always enables the extra sanity checks (extra register 61 bool "Insert extra checks into the GEM internals" 65 Enable extra sanity checks (including BUGs) along the GEM driver
|
/Linux-v5.10/Documentation/admin-guide/LSM/ |
D | index.rst | 6 various security checks to be hooked by new kernel extensions. The name 28 order in which checks are made. The capability module will always
|
/Linux-v5.10/drivers/firmware/psci/ |
D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
/Linux-v5.10/Documentation/admin-guide/blockdev/drbd/ |
D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
/Linux-v5.10/drivers/net/can/spi/mcp251xfd/ |
D | Kconfig | 14 This option enables additional sanity checks in the driver,
|
/Linux-v5.10/fs/quota/ |
D | Kconfig | 41 bool "Additional quota sanity checks" 46 sanity checks of quota internal structures. If unsure, say N.
|
/Linux-v5.10/fs/ocfs2/ |
D | Kconfig | 71 bool "OCFS2 expensive checks" 75 This option will enable expensive consistency checks. Enable
|
/Linux-v5.10/drivers/staging/qlge/ |
D | TODO | 28 * the driver has a habit of using runtime checks where compile time checks are
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | Kconfig | 61 The paranoia and spam levels will add a lot of extra checks which 85 and sanity checks.
|
/Linux-v5.10/Documentation/staging/ |
D | speculation.rst | 21 checks to be ignored by code which is speculatively executed. Consider the 70 The kernel provides a generic API to ensure that bounds checks are
|
/Linux-v5.10/Documentation/filesystems/ext4/ |
D | mmp.rst | 9 etc.), the MMP code running on the node (call it node A) checks a 16 code passes all of those checks, a new MMP sequence number is generated
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | da9150-fg.txt | 7 - dlg,update-interval: Interval time (milliseconds) between battery level checks.
|
/Linux-v5.10/scripts/dtc/ |
D | Makefile | 8 srcpos.o checks.o util.o
|
/Linux-v5.10/Documentation/devicetree/bindings/thermal/ |
D | da9062-thermal.txt | 18 milliseconds, between thermal zone device update checks.
|
/Linux-v5.10/Documentation/filesystems/ |
D | xfs-self-describing-metadata.rst | 50 not detected by automated verification checks) but are not correct. Finding and 88 fast. So while CRC32c is not the strongest of possible integrity checks that 177 further checks are made against the location information, followed by extensive 178 object specific metadata validation. If any of these checks fail, then the 266 /* object specific verification checks here */ 291 /* object specific verification checks here */ 338 verification checks are done when each inode is read from or written back to the 341 The structure of the verifiers and the identifiers checks is very similar to the
|
/Linux-v5.10/drivers/w1/slaves/ |
D | w1_ds28e17.c | 89 unsigned int checks; in w1_f19_i2c_busy_wait() local 105 checks = W1_F19_BUSY_CHECKS; in w1_f19_i2c_busy_wait() 106 while ((checks--) > 0) { in w1_f19_i2c_busy_wait()
|
/Linux-v5.10/Documentation/x86/x86_64/ |
D | machinecheck.rst | 7 Machine checks report internal hardware error conditions detected 11 Machine checks are organized in banks (normally associated with
|
/Linux-v5.10/Documentation/dev-tools/ |
D | kasan.rst | 12 KASAN uses compile-time instrumentation to insert validity checks before every 165 to access, and use compile-time instrumentation to insert checks of shadow 183 Compile-time instrumentation is used to insert memory access checks. Compiler 206 Software tag-based KASAN uses compile-time instrumentation to insert checks 207 before each memory access. These checks make sure that tag of the memory that 213 memory checks inline). With outline instrumentation mode, a bug report is
|
/Linux-v5.10/drivers/lightnvm/ |
D | Kconfig | 35 Enables debug support for pblk. This includes extra checks, more
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-ina2xx-adc | 6 By default (value '0'), the capture thread checks for the Conversion
|
/Linux-v5.10/drivers/md/bcache/ |
D | Kconfig | 18 Enables extra debugging tools, allows expensive runtime checks to be
|
12345678910>>...12