/linux-6.3-rc2/fs/erofs/ |
A D | namei.c | 18 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 D | linux-kernel.bell | 45 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 D | list-gitignored.c | 315 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 D | group.c | 163 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 D | max1586.c | 155 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 D | max8660.c | 322 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 D | storage.c | 169 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 D | pkcs7_trust.c | 60 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 D | paddr.c | 194 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 D | xfrm_proc.rst | 23 All errors which is not matched others 79 All errors which is not matched others
|
/linux-6.3-rc2/drivers/soc/aspeed/ |
A D | aspeed-p2a-ctrl.c | 133 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 D | decode.c | 418 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 D | test-core.c | 694 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 D | relo_core.c | 564 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 D | sch_choke.c | 63 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 D | dbinput.c | 397 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 D | pci-msi.txt | 36 * 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 D | w1_ds2423.rst | 28 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 D | dns_key.c | 254 goto matched; in dns_resolver_cmp() 267 matched: in dns_resolver_cmp()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/ |
A D | dirty_log_test.c | 597 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 D | hisilicon-hns-dsaf.txt | 49 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 D | submitting-patches.rst | 61 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 D | method-tracing.rst | 43 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 D | scan_handlers.rst | 66 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 D | itnull.cocci | 6 //# happen when the matched code is on the way to a loop exit (break, goto,
|