Home
last modified time | relevance | path

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

12345

/Linux-v5.15/fs/erofs/
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
73 int ret = erofs_dirnamecmp(name, &dname, &matched); in find_target_dirent()
79 startprfx = matched; in find_target_dirent()
82 endprfx = matched; in find_target_dirent()
112 unsigned int matched; in find_target_block_classic() local
126 matched = min(startprfx, endprfx); in find_target_block_classic()
[all …]
/Linux-v5.15/tools/memory-model/
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-v5.15/security/tomoyo/
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-v5.15/drivers/regulator/
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()
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-v5.15/fs/romfs/
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-v5.15/crypto/asymmetric_keys/
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-v5.15/Documentation/networking/
Dxfrm_proc.rst23 All errors which is not matched others
79 All errors which is not matched others
/Linux-v5.15/arch/arm/probes/
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-v5.15/drivers/soc/aspeed/
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-v5.15/arch/arm/probes/kprobes/
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-v5.15/net/sched/
Dsch_choke.c64 u32 matched; /* Drops to flow match */ member
233 q->stats.matched++; in choke_enqueue()
470 .matched = q->stats.matched, in choke_dump_stats()
/Linux-v5.15/drivers/acpi/acpica/
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-v5.15/Documentation/devicetree/bindings/pci/
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-v5.15/Documentation/w1/slaves/
Dw1_ds2423.rst28 was successful and CRC matched.
39 - crc=YES/NO indicating whether read was ok and crc matched
/Linux-v5.15/tools/testing/selftests/kvm/
Ddirty_log_test.c576 bool matched; in vm_dirty_log_verify() local
585 matched = (*value_ptr == iteration || in vm_dirty_log_verify()
588 if (host_log_mode == LOG_MODE_DIRTY_RING && !matched) { in vm_dirty_log_verify()
633 TEST_ASSERT(matched, in vm_dirty_log_verify()
/Linux-v5.15/net/dns_resolver/
Ddns_key.c254 goto matched; in dns_resolver_cmp()
267 matched: in dns_resolver_cmp()
/Linux-v5.15/Documentation/devicetree/bindings/
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-v5.15/Documentation/devicetree/bindings/net/
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-v5.15/Documentation/firmware-guide/acpi/
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-v5.15/Documentation/driver-api/acpi/
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-v5.15/net/decnet/
Ddn_table.c674 int matched; in dn_fib_table_delete() local
700 matched = 0; in dn_fib_table_delete()
708 matched++; in dn_fib_table_delete()
723 if (matched != 1) { in dn_fib_table_delete()
/Linux-v5.15/scripts/coccinelle/iterators/
Ditnull.cocci6 //# happen when the matched code is on the way to a loop exit (break, goto,
/Linux-v5.15/drivers/sh/maple/
Dmaple.c334 int matched, error; in maple_attach_driver() local
373 matched = in maple_attach_driver()
377 if (matched == 0) { in maple_attach_driver()
/Linux-v5.15/tools/perf/tests/
Dpmu-events.c555 bool matched = false; in __test_uncore_pmu_event_aliases() local
567 matched = true; in __test_uncore_pmu_event_aliases()
572 if (matched == false) { in __test_uncore_pmu_event_aliases()

12345