/Linux-v4.19/tools/memory-model/ |
D | linux-kernel.bell | 36 let matched = let rec 37 unmatched-locks = Rcu-lock \ domain(matched) 38 and unmatched-unlocks = Rcu-unlock \ range(matched) 43 and matched = matched | (unmatched-locks-to-unlocks \ 45 in matched 48 flag ~empty Rcu-lock \ domain(matched) as unbalanced-rcu-locking 49 flag ~empty Rcu-unlock \ range(matched) as unbalanced-rcu-locking 52 let crit = matched \ (po^-1 ; matched ; po^-1)
|
/Linux-v4.19/drivers/staging/erofs/ |
D | namei.c | 20 struct qstr *qd, unsigned *matched) in dirnamecmp() argument 22 unsigned i = *matched, len = min(qn->len, qd->len); in dirnamecmp() 25 *matched = i; in dirnamecmp() 37 *matched = i; in dirnamecmp() 68 unsigned matched = min(startprfx, endprfx); in find_target_dirent() local 76 int ret = dirnamecmp(name, &dname, &matched); in find_target_dirent() 82 startprfx = matched; in find_target_dirent() 87 endprfx = matched; in find_target_dirent() 118 unsigned ndirents, matched; in find_target_block_classic() local 128 matched = min(startprfx, endprfx); in find_target_block_classic() [all …]
|
/Linux-v4.19/security/tomoyo/ |
D | group.c | 158 bool matched = false; in tomoyo_number_matches_group() local 165 matched = true; in tomoyo_number_matches_group() 168 return matched; in tomoyo_number_matches_group() 186 bool matched = false; in tomoyo_address_matches_group() local 197 matched = true; in tomoyo_address_matches_group() 200 return matched; in tomoyo_address_matches_group()
|
/Linux-v4.19/drivers/regulator/ |
D | max1586.c | 168 int i, matched; in of_get_max1586_platform_data() local 185 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in of_get_max1586_platform_data() 194 if (matched <= 0) in of_get_max1586_platform_data() 195 return matched; in of_get_max1586_platform_data() 198 matched, in of_get_max1586_platform_data() 204 pdata->num_subdevs = matched; in of_get_max1586_platform_data() 207 for (i = 0; i < matched; i++) { in of_get_max1586_platform_data()
|
D | max8660.c | 335 int matched, i; in max8660_pdata_from_dt() local 349 matched = of_regulator_match(dev, np, rmatch, ARRAY_SIZE(rmatch)); in max8660_pdata_from_dt() 351 if (matched <= 0) in max8660_pdata_from_dt() 352 return matched; in max8660_pdata_from_dt() 355 matched, in max8660_pdata_from_dt() 361 pdata->num_subdevs = matched; in max8660_pdata_from_dt() 364 for (i = 0; i < matched; i++) { in max8660_pdata_from_dt()
|
D | act8865-regulator.c | 393 int matched, i, num_matches; in act8865_pdata_from_dt() local 422 matched = of_regulator_match(dev, np, matches, num_matches); in act8865_pdata_from_dt() 424 if (matched <= 0) in act8865_pdata_from_dt() 425 return matched; in act8865_pdata_from_dt()
|
/Linux-v4.19/fs/romfs/ |
D | storage.c | 173 bool matched, terminated = false; in romfs_blk_strcmp() local 182 matched = (memcmp(bh->b_data + offset, str, segment) == 0); in romfs_blk_strcmp() 187 if (matched && size == 0 && offset + segment < ROMBSIZE) { in romfs_blk_strcmp() 191 matched = false; in romfs_blk_strcmp() 194 if (!matched) in romfs_blk_strcmp() 205 matched = !bh->b_data[0]; in romfs_blk_strcmp() 207 if (!matched) in romfs_blk_strcmp()
|
/Linux-v4.19/drivers/fmc/ |
D | fmc-match.c | 27 int i, matched = 0; in fmc_match() local 33 matched = 1; in fmc_match() 44 matched = 1; in fmc_match() 50 return matched; in fmc_match()
|
/Linux-v4.19/crypto/asymmetric_keys/ |
D | pkcs7_trust.c | 64 goto matched; in pkcs7_validate_trust_one() 94 goto matched; in pkcs7_validate_trust_one() 110 goto matched; in pkcs7_validate_trust_one() 118 matched: in pkcs7_validate_trust_one()
|
/Linux-v4.19/Documentation/networking/ |
D | xfrm_proc.txt | 18 All errors which is not matched others 59 All errors which is not matched others
|
/Linux-v4.19/arch/arm/probes/ |
D | decode.c | 421 bool matched = false; in probes_decode_insn() local 458 if (!matched && (insn & h->mask.bits) != h->value.bits) in probes_decode_insn() 513 matched = true; in probes_decode_insn()
|
/Linux-v4.19/arch/arm/probes/kprobes/ |
D | test-core.c | 697 char matched; member 753 entry->matched = false; in coverage_start_fn() 849 bool matched = false; in coverage_add() local 862 if (!matched) { in coverage_add() 865 entry->matched = true; in coverage_add() 881 matched = true; in coverage_add() 906 if (!entry->matched) { in coverage_end()
|
/Linux-v4.19/net/sched/ |
D | sch_choke.c | 68 u32 matched; /* Drops to flow match */ member 243 q->stats.matched++; in choke_enqueue() 477 .matched = q->stats.matched, in choke_dump_stats()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | dbinput.c | 390 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-v4.19/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-v4.19/net/dns_resolver/ |
D | dns_key.c | 193 goto matched; in dns_resolver_cmp() 206 matched: in dns_resolver_cmp()
|
/Linux-v4.19/Documentation/w1/slaves/ |
D | w1_ds2423 | 24 was successful and CRC matched. 34 - crc=YES/NO indicating whether read was ok and crc matched
|
D | w1_therm | 26 read along with a calculated crc value and YES or NO if it matched. 27 If the crc matched the returned values are retained. The second line
|
/Linux-v4.19/Documentation/devicetree/bindings/ |
D | submitting-patches.txt | 45 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-v4.19/Documentation/devicetree/bindings/display/msm/ |
D | gpu.txt | 7 is what the device is matched on), in addition to the more specific
|
/Linux-v4.19/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-v4.19/Documentation/acpi/ |
D | method-tracing.txt | 34 a. Filter out the debug layer/level matched logs when control methods 40 b. Filter out the debug layer/level matched logs when the specified 47 c. Filter out the debug layer/level matched logs when the specified
|
D | scan_handlers.txt | 60 interesting to the given scan handler and may be matched against the next scan 73 is the order in which they are matched against device nodes during namespace
|
/Linux-v4.19/scripts/coccinelle/iterators/ |
D | itnull.cocci | 5 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/Linux-v4.19/net/decnet/ |
D | dn_table.c | 673 int matched; in dn_fib_table_delete() local 699 matched = 0; in dn_fib_table_delete() 707 matched++; in dn_fib_table_delete() 722 if (matched != 1) { in dn_fib_table_delete()
|