Home
last modified time | relevance | path

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

12345678910>>...66

/linux-6.12.1/fs/xfs/
Dxfs_health.c34 unsigned int checked = 0; in xfs_health_unmount() local
42 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_health_unmount()
50 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
60 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
108 /* Mark per-fs metadata as having been checked and found unhealthy by fsck. */
145 unsigned int *checked) in xfs_fs_measure_sickness() argument
149 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness()
167 /* Mark realtime metadata as having been checked and found unhealthy by fsck. */
204 unsigned int *checked) in xfs_rt_measure_sickness() argument
208 *checked = mp->m_rt_checked; in xfs_rt_measure_sickness()
[all …]
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_health.h25 * "checked" field tell us if a given piece of metadata has ever been examined,
29 * - checked && sick => metadata needs repair
30 * - checked && !sick => metadata is ok
31 * - !checked && sick => errors have been observed during normal operation,
32 * but the metadata has not been checked thoroughly
33 * - !checked && !sick => has not been examined since mount
171 * xfs_*_mark_sick: Set the sick flags and do not set checked flags.
175 * xfs_*_mark_corrupt: Set the sick and checked flags simultaneously.
179 * xfs_*_mark_healthy: Clear the sick flags and set the checked flags.
190 unsigned int *checked);
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/
DMakefile66 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-6.12.1/include/linux/
Dwait.h333 * @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 …]
Dzstd.h214 * 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 …]
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.12.1/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.12.1/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.12.1/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.12.1/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.12.1/scripts/
Dspdxcheck.py109 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-6.12.1/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.12.1/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.12.1/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
Dmemory.json36 …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-6.12.1/include/uapi/linux/usb/
Dch9.h469 * @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-6.12.1/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.12.1/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.12.1/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.12.1/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.12.1/arch/x86/include/asm/
Drequired-features.h4 /* Define minimum CPUID feature set for kernel These bits are checked
9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
/linux-6.12.1/tools/arch/x86/include/asm/
Drequired-features.h4 /* Define minimum CPUID feature set for kernel These bits are checked
9 CONFIG_X86_MINIMUM_CPU_FAMILY which is checked too.
/linux-6.12.1/security/landlock/
Druleset.h61 /* Makes sure all layers can be checked. */
335 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_fs_access_mask()
347 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_net_access_mask()
358 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_scope_mask()

12345678910>>...66