/linux-6.6.21/fs/erofs/ |
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 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() 108 unsigned int matched; in erofs_find_target_block() local 121 matched = min(startprfx, endprfx); in erofs_find_target_block() [all …]
|
/linux-6.6.21/security/tomoyo/ |
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.6.21/fs/romfs/ |
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.6.21/drivers/regulator/ |
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()
|
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.6.21/crypto/asymmetric_keys/ |
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.6.21/tools/memory-model/ |
D | linux-kernel.bell | 46 unmatched-locks = Rcu-lock \ domain(matched) 47 and unmatched-unlocks = Rcu-unlock \ range(matched) 52 and matched = matched | (unmatched-locks-to-unlocks \ 54 in matched
|
/linux-6.6.21/mm/damon/ |
D | paddr.c | 191 bool matched = false; in __damos_pa_filter_out() local 196 matched = folio_test_anon(folio); in __damos_pa_filter_out() 202 matched = false; in __damos_pa_filter_out() 204 matched = filter->memcg_id == mem_cgroup_id(memcg); in __damos_pa_filter_out() 211 return matched == filter->matching; in __damos_pa_filter_out()
|
D | core.c | 861 bool matched = false; in __damos_filter_out() local 873 matched = target_idx == filter->target_idx; in __damos_filter_out() 881 matched = true; in __damos_filter_out() 886 matched = false; in __damos_filter_out() 892 matched = false; in __damos_filter_out() 897 matched = true; in __damos_filter_out() 903 return matched == filter->matching; in __damos_filter_out()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-driver-zynqmp-fpga | 21 BIT(3) 0: DCI not matched 22 1: DCI matched
|
/linux-6.6.21/Documentation/networking/ |
D | xfrm_proc.rst | 23 All errors which is not matched others 79 All errors which is not matched others
|
/linux-6.6.21/drivers/soc/aspeed/ |
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.6.21/arch/arm/probes/ |
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.6.21/arch/arm/probes/kprobes/ |
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.6.21/tools/lib/bpf/ |
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.6.21/net/sched/ |
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.6.21/drivers/acpi/acpica/ |
D | dbinput.c | 400 u8 matched; in acpi_db_display_command_info() local 404 matched = acpi_db_match_command_help(command, next); in acpi_db_display_command_info() 405 if (!display_all && matched) { in acpi_db_display_command_info()
|
/linux-6.6.21/Documentation/devicetree/bindings/pci/ |
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.6.21/Documentation/w1/slaves/ |
D | w1_ds2423.rst | 28 was successful and CRC matched. 39 - crc=YES/NO indicating whether read was ok and crc matched
|
/linux-6.6.21/net/dns_resolver/ |
D | dns_key.c | 261 goto matched; in dns_resolver_cmp() 274 matched: in dns_resolver_cmp()
|
/linux-6.6.21/tools/testing/selftests/kvm/ |
D | dirty_log_test.c | 584 bool matched; in vm_dirty_log_verify() local 593 matched = (*value_ptr == iteration || in vm_dirty_log_verify() 596 if (host_log_mode == LOG_MODE_DIRTY_RING && !matched) { in vm_dirty_log_verify() 641 TEST_ASSERT(matched, in vm_dirty_log_verify()
|
/linux-6.6.21/Documentation/devicetree/bindings/net/ |
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.6.21/Documentation/devicetree/bindings/ |
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.6.21/Documentation/firmware-guide/acpi/ |
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.6.21/Documentation/driver-api/acpi/ |
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
|