Home
last modified time | relevance | path

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

12345678

/linux/fs/xfs/
H A 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()
153 unsigned int *checked) in xfs_fs_measure_sickness() argument
157 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness()
244 unsigned int *checked) in xfs_group_measure_sickness() argument
248 *checked = xg->xg_checked; in xfs_group_measure_sickness()
338 unsigned int *checked) in xfs_inode_measure_sickness() argument
342 *checked = ip->i_checked; in xfs_inode_measure_sickness()
[all …]
/linux/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/security/tomoyo/
H A Dcondition.c27 u8 *checked) in tomoyo_argv() argument
33 for (i = 0; i < argc; argv++, checked++, i++) { in tomoyo_argv()
38 *checked = 1; in tomoyo_argv()
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()
125 checked = kzalloc(argc + envc, GFP_NOFS); in tomoyo_scan_bprm()
126 if (!checked) in tomoyo_scan_bprm()
[all …]
/linux/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()
192 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument
206 if (checked) { in kmsan_internal_set_shadow_origin()
H A Dkmsan.h157 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked);
159 u32 origin, bool checked);
/linux/drivers/pci/hotplug/
H A DTODO5 * Returned code from pci_hp_add_bridge() is not checked.
17 * Returned code from pci_hp_add_bridge() is not checked.
36 * The return value of pci_hp_register() is not checked.
46 * Returned code from pci_hp_add_bridge() is not checked.
/linux/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/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/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/Documentation/litmus-tests/
H A DREADME45 Demonstrates that double-checked locking needs more than just
49 Demonstrates corrected double-checked locking that uses
/linux/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/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/Documentation/driver-api/firmware/
H A Dlookup-order.rst9 * The ''Built-in firmware'' is checked first, if the firmware is present we
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig47 # The number of arguments is not checked for user-defined functions.
/linux/arch/arm/boot/dts/synaptics/
H A Dberlin2cd-google-chromecast.dts31 * normally. Fortunately, this alternate property is checked
/linux/Documentation/w1/slaves/
H A Dw1_ds2406.rst26 CRCs are checked on read and write. Failed checks cause an I/O error to be
/linux/scripts/coccinelle/misc/
H A Dorplus.cocci3 /// The results should be checked manually to ensure that the nonzero
/linux/Documentation/virt/kvm/x86/
H A 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/Documentation/userspace-api/media/dvb/
H A Ddmx-set-filter.rst39 state whether a section should be CRC-checked, whether the filter should
/linux/scripts/
H A Dcheck-uapi.sh28 that exist on PAST_REF will be checked for compatibility.
33 -v Verbose operation (print more information about each header being checked).
/linux/Documentation/admin-guide/pm/
H A Dintel_epb.rst20 can be checked or updated through a ``sysfs`` attribute (file) under
/linux/drivers/gpu/drm/
H A Ddrm_atomic.c209 state->checked = false; in drm_atomic_state_default_clear()
373 drm_WARN_ON(state->dev, state->checked); in drm_atomic_get_crtc_state()
554 drm_WARN_ON(state->dev, state->checked); in drm_atomic_get_plane_state()
954 drm_WARN_ON(state->dev, state->checked); in drm_atomic_get_private_obj_state()
1249 drm_WARN_ON(state->dev, state->checked); in drm_atomic_get_connector_state()
1708 state->checked = true; in drm_atomic_check_only()
/linux/Documentation/ABI/testing/
H A Dsysfs-kernel-mm-ksm30 pages_unshared: how many pages unique but repeatedly checked

12345678