Home
last modified time | relevance | path

Searched full:matched (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/kernel/linux/linux-5.10/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
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/
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
/kernel/linux/linux-5.10/include/media/
Dv4l2-async.h46 * 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/
Dtc_flower.sh50 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 …]
Dloopback.sh44 check_fail $? "Matched on a filter without loopback setup"
62 check_fail $? "Matched on a filter after loopback was removed"
Dtc_flower_router.sh97 check_fail $? "Matched on a wrong filter"
106 check_fail $? "Matched on a wrong filter"
/kernel/linux/linux-5.10/fs/romfs/
Dstorage.c64 * - 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/
Dgroup.c125 * 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/
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()
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()
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()
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h36 /*! 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/
Dtc_flower.sh96 # 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/
Dxt_connbytes.h21 __aligned_u64 from; /* count to be matched */
22 __aligned_u64 to; /* count to be matched */
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/sound/core/
Dmisc.c108 * 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/
Dhnae3.c141 /* 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/
Dcmdline.c66 * 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/
Dxfrm_proc.rst23 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/
Dpmc.json24 "PublicDescription": "PMC2 Rewind Value saved (matched condition)"
47 "BriefDescription": "PMC4 Rewind Value saved (matched condition)",
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_flow.h175 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/
Dw1_ds2423.rst28 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/
Dmasklog.h27 * 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/
Dsubmitting-patches.rst60 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/
Dteo.c34 * 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

12345678910>>...23