Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/fs/xfs/
A Dxfs_health.c30 unsigned int checked = 0; in xfs_health_unmount() local
125 unsigned int *checked) in xfs_fs_measure_sickness() argument
168 unsigned int *checked) in xfs_rt_measure_sickness() argument
211 unsigned int *checked) in xfs_ag_measure_sickness() argument
263 unsigned int *checked) in xfs_inode_measure_sickness() argument
267 *checked = ip->i_checked; in xfs_inode_measure_sickness()
296 unsigned int checked, in xfgeo_health_tick() argument
313 unsigned int checked; in xfs_fsop_geom_health() local
316 geo->checked = 0; in xfs_fsop_geom_health()
349 unsigned int checked; in xfs_ag_geom_health() local
[all …]
/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_health.h105 unsigned int *checked);
110 unsigned int *checked);
115 unsigned int *checked);
120 unsigned int *checked);
129 unsigned int sick, checked; in xfs_fs_has_sickness() local
131 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_fs_has_sickness()
138 unsigned int sick, checked; in xfs_rt_has_sickness() local
140 xfs_rt_measure_sickness(mp, &sick, &checked); in xfs_rt_has_sickness()
147 unsigned int sick, checked; in xfs_ag_has_sickness() local
149 xfs_ag_measure_sickness(pag, &sick, &checked); in xfs_ag_has_sickness()
[all …]
/linux-6.3-rc2/drivers/misc/lkdtm/
A Dbugs.c325 struct array_bounds *checked; in lkdtm_ARRAY_BOUNDS() local
329 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL); in lkdtm_ARRAY_BOUNDS()
330 if (!not_checked || !checked) { in lkdtm_ARRAY_BOUNDS()
332 kfree(checked); in lkdtm_ARRAY_BOUNDS()
338 for (i = 0; i < sizeof(checked->data); i++) in lkdtm_ARRAY_BOUNDS()
339 checked->data[i] = 'A'; in lkdtm_ARRAY_BOUNDS()
348 for (i = 0; i < sizeof(checked->data) + 1; i++) in lkdtm_ARRAY_BOUNDS()
349 checked->data[i] = 'B'; in lkdtm_ARRAY_BOUNDS()
352 kfree(checked); in lkdtm_ARRAY_BOUNDS()
/linux-6.3-rc2/tools/lib/api/fs/
A Dfs.c93 bool checked; member
115 .checked = false,
121 .checked = false,
127 .checked = false,
133 .checked = false,
139 .checked = false,
145 .checked = false,
168 fs->checked = true; in fs__read_mounts()
231 fs->checked = true; in fs__env_override()
263 if (fs->checked) in fs__mountpoint()
/linux-6.3-rc2/security/tomoyo/
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.3-rc2/Documentation/devicetree/bindings/mfd/
A Dallwinner,sun6i-a31-prcm.yaml58 # Already checked in the main schema
88 # Already checked in the main schema
122 # Already checked in the main schema
153 # Already checked in the main schema
186 # Already checked in the main schema
A Dallwinner,sun8i-a23-prcm.yaml60 # Already checked in the main schema
94 # Already checked in the main schema
125 # Already checked in the main schema
144 # Already checked in the main schema
/linux-6.3-rc2/mm/kmsan/
A Dcore.c55 bool checked = poison_flags & KMSAN_POISON_CHECK; in kmsan_internal_poison_memory() local
59 kmsan_internal_set_shadow_origin(address, size, -1, handle, checked); in kmsan_internal_poison_memory()
62 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked) in kmsan_internal_unpoison_memory() argument
64 kmsan_internal_set_shadow_origin(address, size, 0, 0, checked); in kmsan_internal_unpoison_memory()
262 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument
276 if (checked) { in kmsan_internal_set_shadow_origin()
A Dkmsan.h181 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked);
183 u32 origin, bool checked);
/linux-6.3-rc2/drivers/sh/maple/
A Dmaple.c59 static bool checked[MAPLE_PORTS]; variable
471 if (checked[x] && empty[x]) { in maple_vblank_handler()
562 if (checked[mdev->port] == false) { in maple_response_none()
563 checked[mdev->port] = true; in maple_response_none()
581 if ((mdev->unit == 0) && (checked[mdev->port] == false)) { in maple_response_devinfo()
582 checked[mdev->port] = true; in maple_response_devinfo()
620 if (checked[i] == false) { in maple_port_rescan()
840 checked[i] = false; in maple_bus_init()
/linux-6.3-rc2/Documentation/filesystems/
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.3-rc2/scripts/
A Dspdxcheck.py109 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)
/linux-6.3-rc2/Documentation/sphinx-static/
A Dcustom.css56 input[type=checkbox]:checked ~ label.kernel-toc-title:after {
70 input[type=checkbox]:checked ~ div.kerneltoc {
/linux-6.3-rc2/
A DKbuild61 atomic-checks += $(addprefix $(obj)/.checked-, \
67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE
/linux-6.3-rc2/drivers/md/bcache/
A Dalloc.c219 size_t checked = 0; in invalidate_buckets_fifo() local
231 if (++checked >= ca->sb.nbuckets) { in invalidate_buckets_fifo()
242 size_t checked = 0; in invalidate_buckets_random() local
257 if (++checked >= ca->sb.nbuckets / 2) { in invalidate_buckets_random()
/linux-6.3-rc2/Documentation/core-api/
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.
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.3-rc2/fs/btrfs/
A Dsubpage.c586 checked, start, len); in btrfs_subpage_set_checked()
591 if (subpage_test_bitmap_all_set(fs_info, subpage, checked)) in btrfs_subpage_set_checked()
601 checked, start, len); in btrfs_subpage_clear_checked()
635 IMPLEMENT_BTRFS_SUBPAGE_TEST_OP(checked);
706 IMPLEMENT_BTRFS_PAGE_OPS(checked, SetPageChecked, ClearPageChecked, PageChecked);
/linux-6.3-rc2/Documentation/driver-api/firmware/
A Dlookup-order.rst9 * The ''Built-in firmware'' is checked first, if the firmware is present we
/linux-6.3-rc2/Documentation/input/devices/
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.3-rc2/scripts/kconfig/tests/preprocess/variable/
A DKconfig47 # The number of arguments is not checked for user-defined functions.
/linux-6.3-rc2/scripts/coccinelle/misc/
A Dorplus.cocci3 /// The results should be checked manually to ensure that the nonzero
/linux-6.3-rc2/arch/arm/boot/dts/
A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/linux-6.3-rc2/Documentation/w1/slaves/
A Dw1_ds2406.rst26 CRCs are checked on read and write. Failed checks cause an I/O error to be
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Ddmx-set-filter.rst39 state whether a section should be CRC-checked, whether the filter should

Completed in 43 milliseconds

123456789