/kernel/linux/linux-5.10/fs/erofs/ |
D | namei.c | 19 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 73 /* string comparison without already matched prefix */ in find_target_dirent() 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 [all …]
|
/kernel/linux/linux-5.10/tools/memory-model/ |
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
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-async.h | 46 * pointer to &struct fwnode_handle to be matched. 49 * string containing the device name to be matched. 51 * @match.i2c: embedded struct with I2C parameters to be matched. 53 * should be matched. 56 * I2C adapter ID to be matched. 59 * I2C address to be matched. 169 * @fwnode: fwnode handle of the sub-device to be matched 176 * Allocate a fwnode-matched asd of size asd_struct_size, and add it to the 191 * @endpoint: local endpoint pointing to the remote sub-device to be matched 216 * @adapter_id: I2C adapter ID to be matched [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | tc_flower.sh | 50 check_fail $? "Matched on a wrong filter" 76 check_fail $? "Matched on a wrong filter" 102 check_fail $? "Matched on a wrong filter" 136 check_fail $? "Matched on a wrong filter" 172 check_fail $? "Matched on wrong frag filter (nofrag)" 175 check_fail $? "Matched on wrong firstfrag filter (nofrag)" 193 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)" 207 check_err $? "Matched on wrong firstfrag filter (no1stfrag)" 213 check_err $? "Matched on nofrag filter (no1stfrag)" 238 check_err $? "Matched on specified PCP when should not" [all …]
|
D | loopback.sh | 44 check_fail $? "Matched on a filter without loopback setup" 62 check_fail $? "Matched on a filter after loopback was removed"
|
D | tc_flower_router.sh | 97 check_fail $? "Matched on a wrong filter" 106 check_fail $? "Matched on a wrong filter"
|
/kernel/linux/linux-5.10/fs/romfs/ |
D | storage.c | 64 * - return 1 if matched, 0 if differ, -ve if error 161 * - return 1 if matched, 0 if differ, -ve if error 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() 263 * - return 1 if matched, 0 if differ, -ve if error
|
/kernel/linux/linux-5.10/security/tomoyo/ |
D | group.c | 125 * Returns matched member's pathname if @pathname matches pathnames in @group, 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()
|
/kernel/linux/linux-5.10/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() 175 * If matched is 0, ie. neither Output_V3 nor Output_V6 have been found, in of_get_max1586_platform_data() 179 * anyway. If matched < 0, return the error. 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_struct.h | 36 /*! 0: Bypass the remaining modules if matched. 344 /*! 0: Bypass the remaining modules if matched. 470 /*! 0: This is a controlled-port packet if matched. 471 * 1: This is an uncontrolled-port packet if matched. 654 /*! Action if both first and second level matched. 694 /*! 0: Bypass the remaining modules if matched. 763 /*! The number of transmitted packets for where the matched row in 779 * packets encrypted or the matched row in the Ingress SC Lookup 784 * received, unencrypted, packets with the matched row in the 790 * conditions are true: either the matched row in the Ingress SC [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
D | tc_flower.sh | 96 # filter is matched 142 # filter is matched 234 # matched 427 check_fail $? "Matched a wrong filter" 531 check_fail $? "Matched a wrong filter" 534 check_fail $? "Matched a wrong filter" 558 check_fail $? "Matched a wrong filter after rehash" 561 check_fail $? "Matched a wrong filter after rehash" 606 check_fail $? "Matched a wrong filter" 609 check_fail $? "Matched a wrong filter" [all …]
|
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
D | xt_connbytes.h | 21 __aligned_u64 from; /* count to be matched */ 22 __aligned_u64 to; /* count to be matched */
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/core/ |
D | misc.c | 108 * Returns the matched entry pointer, or NULL if nothing matched. 136 * Returns the matched entry pointer, or NULL if nothing matched.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
D | hnae3.c | 141 /* initialize the client on every matched port */ in hnae3_register_client() 184 /* un-initialize the client on every matched port */ in hnae3_unregister_client() 263 /* Check if there are matched ae_dev */ in hnae3_unregister_ae_algo() 306 /* Check if there are matched ae_algo */ in hnae3_register_ae_dev() 367 /* Check if there are matched ae_algo */ in hnae3_unregister_ae_dev()
|
/kernel/linux/linux-5.10/arch/x86/lib/ |
D | cmdline.c | 66 * We matched all the way to the end of the in __cmdline_find_option_bool() 69 * we matched! in __cmdline_find_option_bool() 159 * We matched all the way to the end of the in __cmdline_find_option()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | xfrm_proc.rst | 23 All errors which is not matched others 79 All errors which is not matched others
|
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/ |
D | pmc.json | 24 "PublicDescription": "PMC2 Rewind Value saved (matched condition)" 47 "BriefDescription": "PMC4 Rewind Value saved (matched condition)",
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_flow.h | 175 u64 match; /* Bitmask indicating header fields to be matched */ 176 u64 range; /* Bitmask indicating header fields matched as ranges */ 180 u8 raws_cnt; /* Number of raw fields to be matched */
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/fs/ocfs2/cluster/ |
D | masklog.h | 27 * frequently matched in the high bits. 69 /* bits that are frequently given and infrequently matched in the low word */ 89 /* bits that are infrequently given and frequently matched in the high word */
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/ |
D | submitting-patches.rst | 60 8) If a documented compatible string is not yet matched by the 62 string that is matched by the driver (as in the "nvidia,tegra20-pcie"
|
/kernel/linux/linux-5.10/drivers/cpuidle/governors/ |
D | teo.c | 34 * o Select it if it matched both the sleep length and the observed idle 35 * duration in the past more often than it matched the sleep length alone 37 * length matched by it). 39 * o Otherwise, select the shallower state with the greatest matched "early" 73 * A CPU wakeup is "matched" by a given idle state if the idle duration measured
|