| /linux/fs/xfs/ |
| A D | xfs_health.c | 34 unsigned int checked = 0; in xfs_health_unmount() local 145 unsigned int *checked) in xfs_fs_measure_sickness() argument 204 unsigned int *checked) in xfs_rt_measure_sickness() argument 280 unsigned int *checked) in xfs_ag_measure_sickness() argument 357 unsigned int *checked) in xfs_inode_measure_sickness() argument 361 *checked = ip->i_checked; in xfs_inode_measure_sickness() 392 unsigned int checked, in xfgeo_health_tick() argument 409 unsigned int checked; in xfs_fsop_geom_health() local 412 geo->checked = 0; in xfs_fsop_geom_health() 446 unsigned int checked; in xfs_ag_geom_health() local [all …]
|
| /linux/fs/xfs/libxfs/ |
| A D | xfs_health.h | 190 unsigned int *checked); 196 unsigned int *checked); 204 unsigned int *checked); 210 unsigned int *checked); 223 unsigned int sick, checked; in xfs_fs_has_sickness() local 225 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness() 232 unsigned int sick, checked; in xfs_rt_has_sickness() local 234 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_rt_has_sickness() 241 unsigned int sick, checked; in xfs_ag_has_sickness() local 243 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_has_sickness() [all …]
|
| /linux/Documentation/devicetree/bindings/ |
| 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/drivers/misc/lkdtm/ |
| 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/security/tomoyo/ |
| A D | condition.c | 27 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/mm/kmsan/ |
| 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() 195 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument 208 if (checked) { in kmsan_internal_set_shadow_origin()
|
| A D | kmsan.h | 158 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked); 160 u32 origin, bool checked);
|
| /linux/drivers/pci/hotplug/ |
| 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/fs/xfs/scrub/ |
| A D | health.c | 301 unsigned int checked; in xchk_health_record() local 303 xfs_fs_measure_sickness(mp, &sick, &checked); in xchk_health_record() 307 xfs_rt_measure_sickness(mp, &sick, &checked); in xchk_health_record() 312 xfs_ag_measure_sickness(pag, &sick, &checked); in xchk_health_record()
|
| /linux/scripts/ |
| A D | spdxcheck.py | 109 self.checked = 0 198 self.checked += 1 410 sys.stderr.write('Files checked: %12d\n' %parser.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/drivers/sh/maple/ |
| 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/Documentation/filesystems/ |
| 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/ |
| A D | Kbuild | 61 atomic-checks += $(addprefix $(obj)/.checked-, \ 67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE
|
| /linux/Documentation/core-api/ |
| 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.
|
| 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
|
| /linux/Documentation/litmus-tests/ |
| A D | README | 45 Demonstrates that double-checked locking needs more than just 49 Demonstrates corrected double-checked locking that uses
|
| /linux/Documentation/sphinx-static/ |
| A D | custom.css | 66 input[type=checkbox]:checked ~ label.kernel-toc-title:after { 80 input[type=checkbox]:checked ~ div.kerneltoc {
|
| /linux/drivers/md/bcache/ |
| A D | alloc.c | 247 size_t checked = 0; in invalidate_buckets_fifo() local 259 if (++checked >= ca->sb.nbuckets) { in invalidate_buckets_fifo() 270 size_t checked = 0; in invalidate_buckets_random() local 285 if (++checked >= ca->sb.nbuckets / 2) { in invalidate_buckets_random()
|
| /linux/fs/btrfs/ |
| A D | subpage.c | 616 checked, start, len); in btrfs_subpage_set_checked() 621 if (subpage_test_bitmap_all_set(fs_info, subpage, checked)) in btrfs_subpage_set_checked() 631 checked, start, len); in btrfs_subpage_clear_checked() 664 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked); 740 IMPLEMENT_BTRFS_PAGE_OPS(checked, folio_set_checked, folio_clear_checked, 882 GET_SUBPAGE_BITMAP(subpage, fs_info, checked, &checked_bitmap); in btrfs_subpage_dump_bitmap()
|
| /linux/Documentation/litmus-tests/locking/ |
| A D | DCL-broken.litmus | 7 * correctly implement double-checked locking.
|
| A D | DCL-fixed.litmus | 6 * This litmus test demonstrates that double-checked locking can be
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | fsl,sec-v4.0.yaml | 126 checked at run time. After an initial hash result is calculated, these 127 addresses are checked by HW to monitor any change. If any memory is 195 followed by the length of the HW partition to be checked;
|
| /linux/Documentation/driver-api/firmware/ |
| A D | lookup-order.rst | 9 * The ''Built-in firmware'' is checked first, if the firmware is present we
|
| /linux/Documentation/input/devices/ |
| A D | walkera0701.rst | 127 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/scripts/kconfig/tests/preprocess/variable/ |
| A D | Kconfig | 47 # The number of arguments is not checked for user-defined functions.
|