Home
last modified time | relevance | path

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

12345678910>>...53

/linux/fs/xfs/
H A Dxfs_health.c32 unsigned int checked = 0; in xfs_health_unmount_group() local
34 xfs_group_measure_sickness(xg, &sick, &checked); in xfs_health_unmount_group()
53 unsigned int checked = 0; in xfs_health_unmount() local
71 xfs_fs_measure_sickness(mp, &sick, &checked); in xfs_health_unmount()
126 /* Mark per-fs metadata as having been checked and found unhealthy by fsck. */
178 unsigned int *checked) in xfs_fs_measure_sickness() argument
182 *checked = mp->m_fs_checked; in xfs_fs_measure_sickness()
237 * Mark per-group metadata as having been checked and found unhealthy by fsck.
292 unsigned int *checked) in xfs_group_measure_sickness() argument
296 *checked = xg->xg_checked; in xfs_group_measure_sickness()
[all …]
/linux/include/linux/
H A Dwait.h339 * @condition evaluates to true. The @condition is checked each time
379 * @condition is checked each time the waitqueue @wq_head is woken up.
405 * @condition evaluates to true. The @condition is checked each time
469 * @condition evaluates to true. The @condition is checked each time
493 * The @condition is checked each time the waitqueue @wq_head is woken up.
523 * The @condition is checked each time the waitqueue @wq_head is woken up.
578 * The @condition is checked each time the waitqueue @wq_head is woken up.
604 * The @condition is checked each time the waitqueue @wq is woken up.
669 * The @condition is checked each time the waitqueue @wq_head is woken up.
689 * The @condition is checked eac
[all...]
H A Dzstd.h184 * Return: Zero or an error, which can be checked using zstd_is_error().
238 * Return: The compressed size or an error, which can be checked using
302 * Return: The compressed size or an error, which can be checked using
343 * Return: The decompressed size or an error, which can be checked using
406 * Return: The decompressed size or an error, which can be checked using
488 * Return: Zero or an error, which can be checked using
508 * function call or an error, which can be checked using
525 * error, which can be checked using zstd_is_error().
539 * error, which can be checked using zstd_is_error().
577 * Return: Zero or an error, which can be checked using zstd_is_error().
[all …]
H A 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/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/security/tomoyo/
H A 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/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()
100 kmsan_internal_unpoison_memory(dst, n, /*checked*/ false); in kmsan_internal_memmove_metadata()
192 u32 origin, bool checked) in kmsan_internal_set_shadow_origin() argument
206 if (checked) { in kmsan_internal_set_shadow_origin()
H A Dkmsan.h97 * missing initialization events) kmsan_in_runtime() is not checked in
157 void kmsan_internal_unpoison_memory(void *address, size_t size, bool checked);
159 u32 origin, bool checked);
H A 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()
H A Dhooks.c102 /*checked*/ true); in kmsan_kmalloc_large()
313 /*checked*/ false); in kmsan_handle_urb()
325 /*checked*/ false); in kmsan_handle_dma_page()
333 /*checked*/ false); in kmsan_handle_dma_page()
/linux/scripts/
H A Dspdxcheck.py109 self.checked = 0
198 self.checked += 1
416 sys.stderr.write('Files checked: %12d\n' %parser.checked)
417 sys.stderr.write('Lines checked: %12d\n' %parser.lines_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/Documentation/core-api/
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
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.
/linux/drivers/misc/lkdtm/
H A Dbugs.c433 struct array_bounds *checked; in lkdtm_ARRAY_BOUNDS() local
437 checked = kmalloc(sizeof(*checked) * 2, GFP_KERNEL); in lkdtm_ARRAY_BOUNDS()
438 if (!not_checked || !checked) { in lkdtm_ARRAY_BOUNDS()
440 kfree(checked); in lkdtm_ARRAY_BOUNDS()
446 for (i = 0; i < sizeof(checked->data); i++) in lkdtm_ARRAY_BOUNDS()
447 checked->data[i] = 'A'; in lkdtm_ARRAY_BOUNDS()
456 for (i = 0; i < sizeof(checked->data) + 1; i++) in lkdtm_ARRAY_BOUNDS()
457 checked->data[i] = 'B'; in lkdtm_ARRAY_BOUNDS()
460 kfree(checked); in lkdtm_ARRAY_BOUNDS()
/linux/net/core/
H A 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/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/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/litmus-tests/
H A DREADME45 Demonstrates that double-checked locking needs more than just
49 Demonstrates corrected double-checked locking that uses
/linux/usr/include/
H A Dheaders_check.pl14 # Only include files located in asm* and linux* are checked.
17 # 2) It is checked that prototypes does not use "extern"
/linux/drivers/infiniband/sw/siw/
H A Dsiw_mem.c130 * @mem: memory to be checked
133 * @len: len of memory interval to be checked
179 * @sge: SGE to be checked
183 * @len: len of memory interval to be checked
/linux/net/netfilter/ipvs/
H A Dip_vs_wrr.c33 * Then cw is reduced with di and all dests are checked again.
174 /* Stop only after all dests were checked for weight >= 1 (last pass) */ in ip_vs_wrr_schedule()
190 * then all dests were checked for w >= 1 in ip_vs_wrr_schedule()
/linux/arch/x86/include/uapi/asm/
H A Dkvm_para.h15 * be checked in eax. The performance hint feature bit should be checked
/linux/rust/kernel/pci/
H A Dio.rs206 // `num` is checked for validity by a previous call to `Device::resource_len`. in new()
215 // `num` is checked for validity by a previous call to `Device::resource_len`. in new()
221 // `num` is checked for validity by a previous call to `Device::resource_len`. in new()
232 // `num` is checked for validity by a previous call to `Device::resource_len`. in new()
/linux/security/landlock/
H A Druleset.h253 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_fs_access_mask()
265 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_net_access_mask()
276 /* Should already be checked in sys_landlock_create_ruleset(). */ in landlock_add_scope_mask()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_pcl.c91 * - The incoming Read list has already been sanity checked.
142 * - The incoming Read list has already been sanity checked.
194 * - The incoming Write list has already been sanity checked, and

12345678910>>...53