Home
last modified time | relevance | path

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

12345

/Linux-v5.4/fs/erofs/
Dnamei.c19 unsigned int *matched) in erofs_dirnamecmp() argument
21 unsigned int i = *matched; in erofs_dirnamecmp()
34 *matched = i; in erofs_dirnamecmp()
39 *matched = i; in erofs_dirnamecmp()
64 unsigned int matched = min(startprfx, endprfx); in find_target_dirent() local
74 int ret = erofs_dirnamecmp(name, &dname, &matched); in find_target_dirent()
80 startprfx = matched; in find_target_dirent()
83 endprfx = matched; in find_target_dirent()
113 unsigned int matched; in find_target_block_classic() local
127 matched = min(startprfx, endprfx); in find_target_block_classic()
[all …]
/Linux-v5.4/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.4/security/tomoyo/
Dgroup.c162 bool matched = false; in tomoyo_number_matches_group() local
170 matched = true; in tomoyo_number_matches_group()
173 return matched; in tomoyo_number_matches_group()
191 bool matched = false; in tomoyo_address_matches_group() local
202 matched = true; in tomoyo_address_matches_group()
205 return matched; in tomoyo_address_matches_group()
/Linux-v5.4/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.4/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.4/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.4/Documentation/networking/
Dxfrm_proc.txt18 All errors which is not matched others
59 All errors which is not matched others
/Linux-v5.4/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.4/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.4/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.4/net/sched/
Dsch_choke.c64 u32 matched; /* Drops to flow match */ member
239 q->stats.matched++; in choke_enqueue()
474 .matched = q->stats.matched, in choke_dump_stats()
/Linux-v5.4/drivers/acpi/acpica/
Ddbinput.c390 u8 matched; in acpi_db_display_command_info() local
394 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info()
395 if (!display_all && matched) { in acpi_db_display_command_info()
/Linux-v5.4/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.4/Documentation/w1/slaves/
Dw1_ds2423.rst28 was successful and CRC matched.
39 - crc=YES/NO indicating whether read was ok and crc matched
Dw1_therm.rst32 read along with a calculated crc value and YES or NO if it matched.
33 If the crc matched the returned values are retained. The second line
/Linux-v5.4/net/dns_resolver/
Ddns_key.c254 goto matched; in dns_resolver_cmp()
267 matched: in dns_resolver_cmp()
/Linux-v5.4/Documentation/devicetree/bindings/
Dsubmitting-patches.txt45 6) If a documented compatible string is not yet matched by the
47 string that is matched by the driver (as in the "nvidia,tegra20-pcie"
/Linux-v5.4/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.4/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.4/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.4/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.4/scripts/coccinelle/iterators/
Ditnull.cocci6 //# happen when the matched code is on the way to a loop exit (break, goto,
/Linux-v5.4/drivers/sh/maple/
Dmaple.c335 int matched, error; in maple_attach_driver() local
374 matched = in maple_attach_driver()
378 if (matched == 0) { in maple_attach_driver()
/Linux-v5.4/Documentation/devicetree/bindings/regulator/
Dmax77686.txt22 to get matched with their hardware counterparts as follow:

12345