Home
last modified time | relevance | path

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

12345678910>>...25

/Linux-v6.1/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()
114 unsigned int matched; in find_target_block_classic() local
[all …]
/Linux-v6.1/arch/loongarch/include/asm/
Dtlb.h57 /* Invalid global=0 and matched asid lines in current tlb */
59 /* Invalid addr with global=0 and matched asid in current tlb */
61 /* Invalid addr with global=1 or matched asid in current tlb */
63 /* Invalid matched gid in guest tlb */
65 /* Invalid global=1, matched gid in guest tlb */
67 /* Invalid global=0, matched gid in guest tlb */
69 /* Invalid global=0, matched gid and asid in guest tlb */
71 /* Invalid global=0 , matched gid, asid and addr in guest tlb */
73 /* Invalid global=1 , matched gid, asid and addr in guest tlb */
81 /* Invalid matched gid gva-->gpa guest tlb */
[all …]
/Linux-v6.1/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
/Linux-v6.1/tools/testing/selftests/net/forwarding/
Dtc_flower.sh53 check_fail $? "Matched on a wrong filter"
79 check_fail $? "Matched on a wrong filter"
105 check_fail $? "Matched on a wrong filter"
139 check_fail $? "Matched on a wrong filter"
175 check_fail $? "Matched on wrong frag filter (nofrag)"
178 check_fail $? "Matched on wrong firstfrag filter (nofrag)"
196 check_err $? "Matched on wrong nofirstfrag filter (1stfrag)"
210 check_err $? "Matched on wrong firstfrag filter (no1stfrag)"
216 check_err $? "Matched on nofrag filter (no1stfrag)"
241 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"
/Linux-v6.1/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
/Linux-v6.1/include/media/
Dv4l2-async.h42 * pointer to &struct fwnode_handle to be matched.
44 * @match.i2c: embedded struct with I2C parameters to be matched.
46 * should be matched.
49 * I2C adapter ID to be matched.
52 * I2C address to be matched.
170 * @fwnode: fwnode handle of the sub-device to be matched, pointer to
176 * Allocate a fwnode-matched asd of size asd_struct_size, and add it to the
193 * @ep: local endpoint pointing to the remote sub-device to be matched,
219 * @adapter: I2C adapter ID to be matched
220 * @address: I2C address of sub-device to be matched
[all …]
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/tools/testing/selftests/netfilter/
Drpath.sh121 ipt_zero_rule "$iptables" || die "iptables matched martian"
122 ipt_zero_rule "$ip6tables" || die "ip6tables matched martian"
123 nft_zero_rule ip || die "nft IPv4 matched martian"
124 nft_zero_rule ip6 || die "nft IPv6 matched martian"
/Linux-v6.1/include/uapi/linux/netfilter/
Dxt_connbytes.h21 __aligned_u64 from; /* count to be matched */
22 __aligned_u64 to; /* count to be matched */
/Linux-v6.1/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()
/Linux-v6.1/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.
/Linux-v6.1/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()
/Linux-v6.1/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()
/Linux-v6.1/Documentation/networking/
Dxfrm_proc.rst23 All errors which is not matched others
79 All errors which is not matched others
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power8/
Dpmc.json24 "PublicDescription": "PMC2 Rewind Value saved (matched condition)"
47 "BriefDescription": "PMC4 Rewind Value saved (matched condition)",
/Linux-v6.1/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
/Linux-v6.1/Documentation/w1/slaves/
Dw1_ds2423.rst28 was successful and CRC matched.
39 - crc=YES/NO indicating whether read was ok and crc matched
/Linux-v6.1/net/sched/
Dsch_choke.c63 u32 matched; /* Drops to flow match */ member
197 * returns true if matched and sets *pidx
232 q->stats.matched++; in choke_enqueue()
466 .matched = q->stats.matched, in choke_dump_stats()
/Linux-v6.1/fs/ocfs2/cluster/
Dmasklog.h25 * frequently matched in the high bits.
67 /* bits that are frequently given and infrequently matched in the low word */
87 /* bits that are infrequently given and frequently matched in the high word */

12345678910>>...25