/linux/Documentation/devicetree/bindings/ |
H A D | Makefile | 66 targets += .dt-binding.checked .yamllint.checked 67 $(obj)/.yamllint.checked: $(DT_DOCS) $(src)/.yamllint FORCE 70 $(obj)/.dt-binding.checked: $(DT_DOCS) FORCE 86 dt_binding_check: $(obj)/.dt-binding.checked $(obj)/.yamllint.checked $(CHK_DT_EXAMPLES)
|
/linux/include/linux/ |
H A D | wait.h | 333 * @condition evaluates to true. The @condition is checked each time 373 * @condition is checked each time the waitqueue @wq_head is woken up. 399 * @condition evaluates to true. The @condition is checked each time 463 * @condition evaluates to true. The @condition is checked each time 487 * The @condition is checked each time the waitqueue @wq_head is woken up. 517 * The @condition is checked each time the waitqueue @wq_head is woken up. 572 * The @condition is checked each time the waitqueue @wq_head is woken up. 598 * The @condition is checked each time the waitqueue @wq is woken up. 663 * The @condition is checked each time the waitqueue @wq_head is woken up. 683 * The @condition is checked each time the waitqueue @wq_head is woken up. [all …]
|
H A D | zstd.h | 214 * Return: The compressed size or an error, which can be checked using 278 * Return: The compressed size or an error, which can be checked using 319 * Return: The decompressed size or an error, which can be checked using 382 * Return: The decompressed size or an error, which can be checked using 454 * Return: Zero or an error, which can be checked using 474 * function call or an error, which can be checked using 491 * error, which can be checked using zstd_is_error(). 505 * error, which can be checked using zstd_is_error(). 543 * Return: Zero or an error, which can be checked using zstd_is_error(). 564 * input for the next function call or an error, which can be checked [all …]
|
H A D | wordpart.h | 38 * NOTE: @x is not checked for > 0xff; larger values produce odd results. 46 * NOTE: @x is not checked for > 0xff; larger values produce odd results.
|
/linux/security/tomoyo/ |
H A D | condition.c | 21 * @checked: Set to true if @argv[@index] was found. 27 u8 *checked) in tomoyo_argv() argument 33 for (i = 0; i < argc; argv++, checked++, i++) { in tomoyo_argv() 38 *checked = 1; in tomoyo_argv() 56 * @checked: Set to true if @envp[@env_name] was found. 62 u8 *checked) in tomoyo_envp() argument 72 for (i = 0; i < envc; envp++, checked++, i++) { in tomoyo_envp() 77 *checked = 1; in tomoyo_envp() 119 u8 *checked; in tomoyo_scan_bprm() local 122 checked = local_checked; in tomoyo_scan_bprm() [all …]
|
/linux/drivers/pci/hotplug/ |
H A D | TODO | 9 * Returned code from pci_hp_add_bridge() is not checked. 21 * Returned code from pci_hp_add_bridge() is not checked. 40 * The return value of pci_hp_register() is not checked. 50 * Returned code from pci_hp_add_bridge() is not checked.
|
/linux/mm/kmsan/ |
H A D | core.c | 54 bool checked = poison_flags & KMSAN_POISON_CHECK; in kmsan_internal_poison_memory() local 58 kmsan_internal_set_shadow_origin(address, size, -1, handle, checked); in kmsan_internal_poison_memory() 61 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked) in kmsan_internal_unpoison_memory() argument 63 kmsan_internal_set_shadow_origin(address, size, 0, 0, checked); in kmsan_internal_unpoison_memory() 103 kmsan_internal_unpoison_memory(dst, n, /*checked*/ false); in kmsan_internal_memmove_metadata() 195 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument 208 if (checked) { in kmsan_internal_set_shadow_origin()
|
H A D | instrumentation.c | 127 kmsan_internal_unpoison_memory(addr, size, /*checked*/ false); in __msan_instrument_asm_store() 226 kmsan_internal_unpoison_memory(dst, n, /*checked*/ false); in __msan_memset() 290 /*checked*/ true); in __msan_poison_alloca() 303 kmsan_internal_unpoison_memory(address, size, /*checked*/ true); in __msan_unpoison_alloca()
|
H A D | kmsan.h | 97 * missing initialization events) kmsan_in_runtime() is not checked in 158 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked); 160 u32 origin, bool checked);
|
H A D | hooks.c | 101 /*checked*/ true); in kmsan_kmalloc_large() 311 /*checked*/ false); in kmsan_handle_urb() 323 /*checked*/ false); in kmsan_handle_dma_page() 331 /*checked*/ false); in kmsan_handle_dma_page()
|
/linux/Documentation/filesystems/ |
H A D | ocfs2-online-filecheck.rst | 52 communicate with kernel space, tell which file(inode number) will be checked or 94 the inode must first be checked for errors before performing a final fix. 98 fixed/checked, the detailed errors which were fixed/checked are printed in the
|
/linux/drivers/misc/lkdtm/ |
H A D | bugs.c | 382 struct array_bounds *checked; in lkdtm_ARRAY_BOUNDS() local 386 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL); in lkdtm_ARRAY_BOUNDS() 387 if (!not_checked || !checked) { in lkdtm_ARRAY_BOUNDS() 389 kfree(checked); in lkdtm_ARRAY_BOUNDS() 395 for (i = 0; i < sizeof(checked->data); i++) in lkdtm_ARRAY_BOUNDS() 396 checked->data[i] = 'A'; in lkdtm_ARRAY_BOUNDS() 405 for (i = 0; i < sizeof(checked->data) + 1; i++) in lkdtm_ARRAY_BOUNDS() 406 checked->data[i] = 'B'; in lkdtm_ARRAY_BOUNDS() 409 kfree(checked); in lkdtm_ARRAY_BOUNDS()
|
/linux/Documentation/core-api/ |
H A D | debug-objects.rst | 73 When the real object is already tracked by debugobjects it is checked, 96 When the real object is already tracked by debugobjects it is checked, 120 When the real object is already tracked by debugobjects it is checked, 145 When the real object is tracked by debugobjects it is checked, whether 160 When the real object is tracked by debugobjects it is checked, whether 176 When the real object is tracked by debugobjects it is checked, whether
|
H A D | errseq.rst | 37 record the state at the time that it was checked. This allows us to 39 can tell whether the value has changed since they last checked it. 111 whether one was made since they last checked, and the latest value 154 since the last time it was checked.
|
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ |
H A D | memory.json | 36 …nts the number of memory read and write accesses in a cycle that are tag checked by the Memory Tag… 40 …ion": "Counts the number of memory read accesses in a cycle that are tag checked by the Memory Tag… 44 …ion": "Counts the number of memory write accesses in a cycle that is tag checked by the Memory Tag…
|
/linux/include/uapi/linux/usb/ |
H A D | ch9.h | 469 * @epd: endpoint to be checked 480 * @epd: endpoint to be checked 492 * @epd: endpoint to be checked 503 * @epd: endpoint to be checked 515 * @epd: endpoint to be checked 528 * @epd: endpoint to be checked 541 * @epd: endpoint to be checked 555 * @epd: endpoint to be checked 569 * @epd: endpoint to be checked 582 * @epd: endpoint to be checked [all …]
|
/linux/scripts/ |
H A D | spdxcheck.py | 109 self.checked = 0 198 self.checked += 1 410 sys.stderr.write('Files checked: %12d\n' %parser.checked) 411 sys.stderr.write('Lines checked: %12d\n' %parser.lines_checked) 412 if parser.checked: 413 pc = int(100 * parser.spdx_valid / parser.checked) 415 missing = parser.checked - parser.spdx_valid 416 mpc = int(100 * missing / parser.checked)
|
/linux/net/core/ |
H A D | of_net.c | 106 * checked first, because that is supposed to contain to "most recent" MAC 107 * address. If that isn't set, then 'local-mac-address' is checked next, 109 * 'address' is checked, just in case we're using an old device tree. If any
|
/linux/Documentation/virt/kvm/x86/ |
H A D | msr.rst | 56 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid 128 of specific flags has to be checked in 0x40000001 cpuid leaf. 144 Availability of this MSR must be checked via bit 3 in 0x4000001 cpuid 157 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid 169 Availability of this MSR must be checked via bit 0 in 0x4000001 cpuid
|
/linux/security/landlock/ |
H A D | ruleset.h | 51 /* Makes sure all layers can be checked. */ 270 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_fs_access_mask() 282 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_net_access_mask() 293 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_scope_mask()
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.h | 61 * If checkcpacfexport is enabled, the key is also checked for the 70 * If checkcpacfexport is enabled, the key is also checked for the 80 * If checkcpacfexport is enabled, the key is also checked for the
|
/linux/drivers/sh/maple/ |
H A D | maple.c | 59 static bool checked[MAPLE_PORTS]; variable 472 if (checked[x] && empty[x]) { in maple_vblank_handler() 563 if (checked[mdev->port] == false) { in maple_response_none() 564 checked[mdev->port] = true; in maple_response_none() 582 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo() 583 checked[mdev->port] = true; in maple_response_devinfo() 621 if (checked[i] == false) { in maple_port_rescan() 840 checked[i] = false; in maple_bus_init()
|
/linux/arch/powerpc/platforms/maple/ |
H A D | pci.c | 131 * Note: the caller has already checked that offset is in u3_agp_read_config() 162 * Note: the caller has already checked that offset is in u3_agp_write_config() 275 * Note: the caller has already checked that offset is in u3_ht_read_config() 312 * Note: the caller has already checked that offset is in u3_ht_write_config() 386 * Note: the caller has already checked that offset is in u4_pcie_read_config() 417 * Note: the caller has already checked that offset is in u4_pcie_write_config()
|
/linux/arch/x86/include/asm/ |
H A D | required-features.h | 4 /* Define minimum CPUID feature set for kernel These bits are checked 9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
|
/linux/tools/arch/x86/include/asm/ |
H A D | required-features.h | 4 /* Define minimum CPUID feature set for kernel These bits are checked 9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
|