| /linux/scripts/clang-tools/ |
| H A D | run-clang-tools.py | 54 checks = None 55 if args.checks: 56 checks = args.checks.split(',') 58 checks = ["-*"] 60 checks.append("linuxkernel-*") 62 checks.append("clang-analyzer-*") 63 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling") 69 pargs = ["clang-tidy", "-p", args.path, "-checks=" + ",".join(checks)]
|
| /linux/Documentation/virt/kvm/x86/ |
| H A 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 99 KVM_FEATURE_HC_MAP_GPA_RANGE 16 guest checks this feature bit before 103 KVM_FEATURE_MIGRATION_CONTROL 17 guest checks this feature bit before 120 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
| /linux/tools/perf/tests/shell/lib/ |
| H A D | perf_json_output_lint.py | 50 checks = { 91 if key not in checks: 95 if not checks[key](value):
|
| /linux/arch/parisc/ |
| H A D | Kconfig.debug | 4 bool "Enable lightweight spinlock checks" 8 Add checks with low performance impact to the spinlock functions
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 67 self.checks = attr.get('checks', {}) 121 value = self.checks.get(limit, default) 131 value = self.checks.get(limit, default) 153 if self.checks != self._get_real_attr().checks: 154 raise Exception("Overriding checks not supported by codegen, yet") 381 # computing checks, since we only need them for kernel policies 413 self.checks['sparse'] = True 415 if 'min' not in self.checks [all...] |
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | machinecheck.rst | 7 Machine checks report internal hardware error conditions detected 11 Machine checks are organized in banks (normally associated with
|
| /linux/tools/testing/memblock/ |
| H A D | README | 16 consist of a series of checks that exercise both the basic operations and 18 memory allocator is initialized at the build time, so the checks here reuse its 57 The project has one target, main, which calls a group of checks for basic and 95 (...allocation checks...)
|
| /linux/Documentation/dev-tools/ |
| H A D | testing-overview.rst | 134 Smatch extends Sparse and provides additional checks for programming logic 144 available include API tests, tests for correct usage of kernel iterators, checks 164 It's generally easier to write checks in Smatch than it is to write checks in 165 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks. 170 Coccinelle is probably the easiest for writing checks. It works before the
|
| /linux/lib/kunit/ |
| H A D | assert_test.c | 123 va_list checks; in validate_assert() local 127 va_start(checks, num_checks); in validate_assert() 132 cur_substr_exp = va_arg(checks, char *); in validate_assert()
|
| /linux/Documentation/filesystems/ext4/ |
| H A 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/fs/ocfs2/ |
| H A D | Kconfig | 73 bool "OCFS2 expensive checks" 77 This option will enable expensive consistency checks. Enable
|
| /linux/fs/xfs/ |
| H A D | Kconfig | 199 It converts ASSERT checks to WARN, so will log any out-of-bounds 212 including ASSERT checks, function wrappers around macros, 221 bool "XFS expensive debugging checks" 224 Say Y here to get an XFS build with expensive debugging checks 225 enabled. These checks may affect performance significantly.
|
| /linux/Documentation/staging/ |
| H A D | speculation.rst | 21 checks to be ignored by code which is speculatively executed. Consider the 69 The kernel provides a generic API to ensure that bounds checks are
|
| /linux/drivers/gpib/ |
| H A D | TODO | 3 These checks should be ignored:
|
| /linux/Documentation/admin-guide/blockdev/drbd/ |
| H A D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
| /linux/drivers/firmware/psci/ |
| H A D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
| /linux/Documentation/filesystems/xfs/ |
| H A D | xfs-self-describing-metadata.rst | 51 not detected by automated verification checks) but are not correct. Finding and 89 fast. So while CRC32c is not the strongest of possible integrity checks that 178 further checks are made against the location information, followed by extensive 179 object specific metadata validation. If any of these checks fail, then the 267 /* object specific verification checks here */ 292 /* object specific verification checks here */ 339 verification checks are done when each inode is read from or written back to the 342 The structure of the verifiers and the identifiers checks is very similar to the
|
| /linux/Documentation/tools/rv/ |
| H A D | rv-mon-wip.rst | 21 checks if the wakeup events always take place with preemption disabled.
|
| /linux/scripts/dtc/ |
| H A D | Makefile | 9 srcpos.o checks.o util.o
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-ina2xx-adc | 6 By default (value '0'), the capture thread checks for the Conversion
|
| /linux/Documentation/core-api/ |
| H A D | netlink.rst | 76 checks section in Netlink specification 79 Documentation for the ``checks`` sub-sections of attribute specs.
|
| /linux/drivers/w1/slaves/ |
| H A 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/drivers/md/bcache/ |
| H A D | Kconfig | 20 Enables extra debugging tools, allows expensive runtime checks to be
|
| /linux/Documentation/virt/coco/ |
| H A D | sev-guest.rst | 46 The firmware checks that the message sequence counter is one greater than 212 - Attempts to bypass PSP checks by the hypervisor by using a normal page, or 217 gated by the PSP CPUID enforcement policy checks performed on the page 219 implements their own checks of the CPUID values.
|
| /linux/Documentation/mm/damon/ |
| H A D | faq.rst | 12 constructions and actual access checks can be implemented and configured on the
|