Home
last modified time | relevance | path

Searched full:checked (Results 1 – 25 of 1680) sorted by relevance

12345678910>>...68

/linux-6.15/fs/xfs/
Dxfs_health.c29 unsigned int checked = 0; in xfs_health_unmount_group() local
31 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_health_unmount_group()
50 unsigned int checked = 0; in xfs_health_unmount() local
68 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
116 /* Mark per-fs metadata as having been checked and found unhealthy by fsck. */
153 unsigned int *checked) in xfs_fs_measure_sickness() argument
157 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness()
204 * Mark per-group metadata as having been checked and found unhealthy by fsck.
244 unsigned int *checked) in xfs_group_measure_sickness() argument
248 *checked = xg->xg_checked; in xfs_group_measure_sickness()
[all …]
/linux-6.15/fs/xfs/libxfs/
Dxfs_health.h27 * "checked" field tell us if a given piece of metadata has ever been examined,
31 * - checked && sick => metadata needs repair
32 * - checked && !sick => metadata is ok
33 * - !checked && sick => errors have been observed during normal operation,
34 * but the metadata has not been checked thoroughly
35 * - !checked && !sick => has not been examined since mount
184 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
188 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
192 * xfs_*_mark_healthy: Clear the sick flags and set the checked flags.
203 unsigned int *checked);
[all …]
/linux-6.15/Documentation/devicetree/bindings/
DMakefile65 targets += .dt-binding.checked .yamllint.checked
66 $(obj)/.yamllint.checked: $(DT_DOCS) $(src)/.yamllint FORCE
69 $(obj)/.dt-binding.checked: $(DT_DOCS) FORCE
85 dt_binding_check: $(obj)/.dt-binding.checked $(obj)/.yamllint.checked $(CHK_DT_EXAMPLES)
/linux-6.15/include/linux/
Dwait.h337 * @condition evaluates to true. The @condition is checked each time
377 * @condition is checked each time the waitqueue @wq_head is woken up.
403 * @condition evaluates to true. The @condition is checked each time
467 * @condition evaluates to true. The @condition is checked each time
491 * The @condition is checked each time the waitqueue @wq_head is woken up.
521 * The @condition is checked each time the waitqueue @wq_head is woken up.
576 * The @condition is checked each time the waitqueue @wq_head is woken up.
602 * The @condition is checked each time the waitqueue @wq is woken up.
667 * The @condition is checked each time the waitqueue @wq_head is woken up.
687 * The @condition is checked each time the waitqueue @wq_head is woken up.
[all …]
Dzstd.h184 * Return: Zero or an error, which can be checked using zstd_is_error().
238 * Return: The compressed size or an error, which can be checked using
302 * Return: The compressed size or an error, which can be checked using
343 * Return: The decompressed size or an error, which can be checked using
406 * Return: The decompressed size or an error, which can be checked using
488 * Return: Zero or an error, which can be checked using
508 * function call or an error, which can be checked using
525 * error, which can be checked using zstd_is_error().
539 * error, which can be checked using zstd_is_error().
577 * Return: Zero or an error, which can be checked using zstd_is_error().
[all …]
Dwordpart.h38 * 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-6.15/drivers/pci/hotplug/
DTODO9 * 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-6.15/security/tomoyo/
Dcondition.c21 * @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-6.15/Documentation/filesystems/
Docfs2-online-filecheck.rst52 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-6.15/mm/kmsan/
Dcore.c54 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()
Dkmsan.h97 * 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);
Dinstrumentation.c127 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()
/linux-6.15/scripts/
Dspdxcheck.py109 self.checked = 0
198 self.checked += 1
416 sys.stderr.write('Files checked: %12d\n' %parser.checked)
417 sys.stderr.write('Lines checked: %12d\n' %parser.lines_checked)
418 if parser.checked:
419 pc = int(100 * parser.spdx_valid / parser.checked)
421 missing = parser.checked - parser.spdx_valid
422 mpc = int(100 * missing / parser.checked)
/linux-6.15/Documentation/core-api/
Ddebug-objects.rst73 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
Derrseq.rst37 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-6.15/drivers/misc/lkdtm/
Dbugs.c382 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-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n3/
Dmemory.json32 …ber of memory read and write accesses counted by MEM_ACCESS that are tag checked by the Memory Tag…
36 …ion": "Counts the number of memory read accesses in a cycle that are tag checked by the Memory Tag…
40 …ion": "Counts the number of memory write accesses in a cycle that is tag checked by the Memory Tag…
/linux-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dmemory.json36 …ber of memory read and write accesses counted by MEM_ACCESS 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-6.15/tools/perf/pmu-events/arch/arm64/arm/neoverse-v3/
Dmemory.json36 …ber of memory read and write accesses counted by MEM_ACCESS 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-6.15/include/uapi/linux/usb/
Dch9.h473 * @epd: endpoint to be checked
484 * @epd: endpoint to be checked
496 * @epd: endpoint to be checked
507 * @epd: endpoint to be checked
519 * @epd: endpoint to be checked
532 * @epd: endpoint to be checked
545 * @epd: endpoint to be checked
559 * @epd: endpoint to be checked
573 * @epd: endpoint to be checked
586 * @epd: endpoint to be checked
[all …]
/linux-6.15/net/core/
Dof_net.c106 * 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-6.15/tools/testing/selftests/powerpc/primitives/linux/
Dwordpart.h38 * 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-6.15/Documentation/virt/kvm/x86/
Dmsr.rst56 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-6.15/drivers/s390/crypto/
Dzcrypt_ep11misc.h61 * 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-6.15/drivers/sh/maple/
Dmaple.c59 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()

12345678910>>...68