Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 123) sorted by relevance

12345

/linux-6.3-rc2/fs/erofs/
A Dnamei.c18 unsigned int *matched) in erofs_dirnamecmp() argument
20 unsigned int i = *matched; in erofs_dirnamecmp()
33 *matched = i; in erofs_dirnamecmp()
38 *matched = i; in erofs_dirnamecmp()
63 unsigned int matched = min(startprfx, endprfx); in find_target_dirent() local
79 startprfx = matched; in find_target_dirent()
82 endprfx = matched; in find_target_dirent()
107 unsigned int matched; in erofs_find_target_block() local
120 matched = min(startprfx, endprfx); in erofs_find_target_block()
138 startprfx = matched; in erofs_find_target_block()
[all …]
/linux-6.3-rc2/tools/memory-model/
A Dlinux-kernel.bell45 unmatched-locks = Rcu-lock \ domain(matched)
46 and unmatched-unlocks = Rcu-unlock \ range(matched)
51 and matched = matched | (unmatched-locks-to-unlocks \
53 in matched
61 unmatched-locks = Srcu-lock \ domain(matched)
62 and unmatched-unlocks = Srcu-unlock \ range(matched)
67 and matched = matched | (unmatched-locks-to-unlocks \
69 in matched
/linux-6.3-rc2/scripts/
A Dlist-gitignored.c315 matched = 0; in dowild()
324 matched = 1; in dowild()
333 matched = 1; in dowild()
337 matched = 1; in dowild()
352 matched = 1; in dowild()
357 matched = 1; in dowild()
360 matched = 1; in dowild()
363 matched = 1; in dowild()
366 matched = 1; in dowild()
369 matched = 1; in dowild()
[all …]
/linux-6.3-rc2/security/tomoyo/
A Dgroup.c163 bool matched = false; in tomoyo_number_matches_group() local
172 matched = true; in tomoyo_number_matches_group()
175 return matched; in tomoyo_number_matches_group()
193 bool matched = false; in tomoyo_address_matches_group() local
205 matched = true; in tomoyo_address_matches_group()
208 return matched; in tomoyo_address_matches_group()
/linux-6.3-rc2/drivers/regulator/
A Dmax1586.c155 int i, matched; in of_get_max1586_platform_data() local
172 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data()
181 if (matched <= 0) in of_get_max1586_platform_data()
182 return matched; in of_get_max1586_platform_data()
185 matched, in of_get_max1586_platform_data()
191 pdata->num_subdevs = matched; in of_get_max1586_platform_data()
194 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
A Dmax8660.c322 int matched, i; in max8660_pdata_from_dt() local
336 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt()
338 if (matched <= 0) in max8660_pdata_from_dt()
339 return matched; in max8660_pdata_from_dt()
342 matched, in max8660_pdata_from_dt()
348 pdata->num_subdevs = matched; in max8660_pdata_from_dt()
351 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
/linux-6.3-rc2/fs/romfs/
A Dstorage.c169 bool matched, terminated = false; in romfs_blk_strcmp() local
178 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp()
183 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp()
187 matched = false; in romfs_blk_strcmp()
190 if (!matched) in romfs_blk_strcmp()
201 matched = !bh->b_data[0]; in romfs_blk_strcmp()
203 if (!matched) in romfs_blk_strcmp()
/linux-6.3-rc2/crypto/asymmetric_keys/
A Dpkcs7_trust.c60 goto matched; in pkcs7_validate_trust_one()
90 goto matched; in pkcs7_validate_trust_one()
106 goto matched; in pkcs7_validate_trust_one()
114 matched: in pkcs7_validate_trust_one()
/linux-6.3-rc2/mm/damon/
A Dpaddr.c194 bool matched = false; in __damos_pa_filter_out() local
199 matched = folio_test_anon(folio); in __damos_pa_filter_out()
205 matched = false; in __damos_pa_filter_out()
207 matched = filter->memcg_id == mem_cgroup_id(memcg); in __damos_pa_filter_out()
214 return matched == filter->matching; in __damos_pa_filter_out()
/linux-6.3-rc2/Documentation/networking/
A Dxfrm_proc.rst23 All errors which is not matched others
79 All errors which is not matched others
/linux-6.3-rc2/drivers/soc/aspeed/
A Daspeed-p2a-ctrl.c133 bool matched = false; in aspeed_p2a_region_acquire() local
166 matched = true; in aspeed_p2a_region_acquire()
169 return matched; in aspeed_p2a_region_acquire()
/linux-6.3-rc2/arch/arm/probes/
A Ddecode.c418 bool matched = false; in probes_decode_insn() local
455 if (!matched && (insn & h->mask.bits) != h->value.bits) in probes_decode_insn()
510 matched = true; in probes_decode_insn()
/linux-6.3-rc2/arch/arm/probes/kprobes/
A Dtest-core.c694 char matched; member
750 entry->matched = false; in coverage_start_fn()
846 bool matched = false; in coverage_add() local
859 if (!matched) { in coverage_add()
862 entry->matched = true; in coverage_add()
878 matched = true; in coverage_add()
903 if (!entry->matched) { in coverage_end()
/linux-6.3-rc2/tools/lib/bpf/
A Drelo_core.c564 int i, sz, matched; in bpf_core_spec_match() local
630 matched = bpf_core_match_member(local_spec->btf, in bpf_core_spec_match()
634 if (matched <= 0) in bpf_core_spec_match()
635 return matched; in bpf_core_spec_match()
1457 bool matched = false; in bpf_core_enums_match() local
1468 matched = true; in bpf_core_enums_match()
1473 if (!matched) in bpf_core_enums_match()
1494 bool matched = false; in bpf_core_composites_match() local
1506 matched = true; in bpf_core_composites_match()
1511 if (!matched) in bpf_core_composites_match()
/linux-6.3-rc2/net/sched/
A Dsch_choke.c63 u32 matched; /* Drops to flow match */ member
232 q->stats.matched++; in choke_enqueue()
466 .matched = q->stats.matched, in choke_dump_stats()
/linux-6.3-rc2/drivers/acpi/acpica/
A Ddbinput.c397 u8 matched; in acpi_db_display_command_info() local
401 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info()
402 if (!display_all && matched) { in acpi_db_display_command_info()
/linux-6.3-rc2/Documentation/devicetree/bindings/pci/
A Dpci-msi.txt36 * rid-base is a single cell describing the first RID matched by the entry.
41 first RID matched by the entry.
43 * length is a single cell describing how many consecutive RIDs are matched
/linux-6.3-rc2/Documentation/w1/slaves/
A Dw1_ds2423.rst28 was successful and CRC matched.
39 - crc=YES/NO indicating whether read was ok and crc matched
/linux-6.3-rc2/net/dns_resolver/
A Ddns_key.c254 goto matched; in dns_resolver_cmp()
267 matched: in dns_resolver_cmp()
/linux-6.3-rc2/tools/testing/selftests/kvm/
A Ddirty_log_test.c597 bool matched; in vm_dirty_log_verify() local
606 matched = (*value_ptr == iteration || in vm_dirty_log_verify()
609 if (host_log_mode == LOG_MODE_DIRTY_RING && !matched) { in vm_dirty_log_verify()
654 TEST_ASSERT(matched, in vm_dirty_log_verify()
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dhisilicon-hns-dsaf.txt49 1 stands for this bit will be precisely matched, TCAM will check this bit of
51 0 stands for this bit will be fuzzy matched, TCAM won't care about this bit
/linux-6.3-rc2/Documentation/devicetree/bindings/
A Dsubmitting-patches.rst61 8) If a documented compatible string is not yet matched by the
63 string that is matched by the driver (as in the "nvidia,tegra20-pcie"
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dmethod-tracing.rst43 a. Filter out the debug layer/level matched logs when control methods
51 b. Filter out the debug layer/level matched logs when the specified
60 c. Filter out the debug layer/level matched logs when the specified
/linux-6.3-rc2/Documentation/driver-api/acpi/
A Dscan_handlers.rst66 interesting to the given scan handler and may be matched against the next scan
79 is the order in which they are matched against device nodes during namespace
/linux-6.3-rc2/scripts/coccinelle/iterators/
A Ditnull.cocci6 //# happen when the matched code is on the way to a loop exit (break, goto,

Completed in 45 milliseconds

12345