Home
last modified time | relevance | path

Searched refs:checked (Results 1 – 25 of 239) sorted by relevance

12345678910

/linux-6.15/fs/xfs/
H A Dxfs_health.c29 unsigned int checked = 0; in xfs_health_unmount_group() local
50 unsigned int checked = 0; in xfs_health_unmount() local
153 unsigned int *checked) in xfs_fs_measure_sickness() argument
244 unsigned int *checked) in xfs_group_measure_sickness() argument
338 unsigned int *checked) in xfs_inode_measure_sickness() argument
376 unsigned int checked, in xfgeo_health_tick() argument
394 unsigned int checked; in xfs_fsop_geom_health() local
397 geo->checked = 0; in xfs_fsop_geom_health()
432 unsigned int checked; in xfs_ag_geom_health() local
462 unsigned int checked; in xfs_rtgroup_geom_health() local
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_health.h203 unsigned int *checked);
216 unsigned int *checked);
222 unsigned int *checked);
235 unsigned int sick, checked; in xfs_fs_has_sickness() local
237 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness()
246 unsigned int sick, checked; in xfs_group_has_sickness() local
248 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_group_has_sickness()
265 unsigned int sick, checked; in xfs_inode_has_sickness() local
267 xfs_inode_measure_sickness(ip, &sick, &checked); in xfs_inode_has_sickness()
/linux-6.15/Documentation/devicetree/bindings/
H A 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/drivers/misc/lkdtm/
H A 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/security/tomoyo/
H A Dcondition.c27 u8 *checked) in tomoyo_argv() argument
38 *checked = 1; in tomoyo_argv()
62 u8 *checked) in tomoyo_envp() argument
77 *checked = 1; in tomoyo_envp()
119 u8 *checked; in tomoyo_scan_bprm() local
122 checked = local_checked; in tomoyo_scan_bprm()
126 if (!checked) in tomoyo_scan_bprm()
162 checked)) { in tomoyo_scan_bprm()
195 if (checked[i]) in tomoyo_scan_bprm()
207 if (checked[argc + i]) in tomoyo_scan_bprm()
[all …]
/linux-6.15/mm/kmsan/
H A 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()
195 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument
208 if (checked) { in kmsan_internal_set_shadow_origin()
H A Dkmsan.h158 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked);
160 u32 origin, bool checked);
/linux-6.15/drivers/pci/hotplug/
H A 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/fs/xfs/scrub/
H A Dhealth.c318 unsigned int checked; in xchk_health_record() local
320 xfs_fs_measure_sickness(mp, &sick, &checked); in xchk_health_record()
325 xfs_group_measure_sickness(pag_group(pag), &sick, &checked); in xchk_health_record()
331 xfs_group_measure_sickness(rtg_group(rtg), &sick, &checked); in xchk_health_record()
/linux-6.15/drivers/sh/maple/
H A 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()
/linux-6.15/scripts/
H A Dspdxcheck.py109 self.checked = 0
198 self.checked += 1
416 sys.stderr.write('Files checked: %12d\n' %parser.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/filesystems/
H A 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/
H A DKbuild61 atomic-checks += $(addprefix $(obj)/.checked-, \
67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE
/linux-6.15/fs/btrfs/
H A Dsubpage.c514 checked, start, len); in btrfs_subpage_set_checked()
519 if (subpage_test_bitmap_all_set(fs_info, folio, checked)) in btrfs_subpage_set_checked()
529 checked, start, len); in btrfs_subpage_clear_checked()
562 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked);
660 IMPLEMENT_BTRFS_PAGE_OPS(checked, folio_set_checked, folio_clear_checked,
800 GET_SUBPAGE_BITMAP(fs_info, folio, checked, &checked_bitmap); in btrfs_subpage_dump_bitmap()
/linux-6.15/Documentation/core-api/
H A 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.
H A 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
/linux-6.15/Documentation/sphinx-static/
H A Dcustom.css66 input[type=checkbox]:checked ~ label.kernel-toc-title:after {
80 input[type=checkbox]:checked ~ div.kerneltoc {
/linux-6.15/Documentation/litmus-tests/
H A DREADME45 Demonstrates that double-checked locking needs more than just
49 Demonstrates corrected double-checked locking that uses
/linux-6.15/drivers/md/bcache/
H A Dalloc.c240 size_t checked = 0; in invalidate_buckets_fifo() local
252 if (++checked >= ca->sb.nbuckets) { in invalidate_buckets_fifo()
263 size_t checked = 0; in invalidate_buckets_random() local
278 if (++checked >= ca->sb.nbuckets / 2) { in invalidate_buckets_random()
/linux-6.15/Documentation/litmus-tests/locking/
H A DDCL-broken.litmus7 * correctly implement double-checked locking.
H A DDCL-fixed.litmus6 * This litmus test demonstrates that double-checked locking can be
/linux-6.15/Documentation/devicetree/bindings/crypto/
H A Dfsl,sec-v4.0.yaml127 checked at run time. After an initial hash result is calculated, these
128 addresses are checked by HW to monitor any change. If any memory is
197 followed by the length of the HW partition to be checked;
/linux-6.15/Documentation/driver-api/firmware/
H A Dlookup-order.rst9 * The ''Built-in firmware'' is checked first, if the firmware is present we
/linux-6.15/Documentation/input/devices/
H A Dwalkera0701.rst127 calculated by sum of binary values in checked nibbles + sum of octal values
128 in checked nibbles divided by 8. Only bit 0 of this sum is used.
/linux-6.15/scripts/kconfig/tests/preprocess/variable/
H A DKconfig47 # The number of arguments is not checked for user-defined functions.

12345678910