Home
last modified time | relevance | path

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

12345678910>>...48

/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/fs/erofs/
Dnamei.c18 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
72 /* string comparison without already matched prefix */ in find_target_dirent()
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
[all …]
/kernel/linux/linux-5.10/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 …]
/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 …]
/kernel/linux/linux-6.6/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 …]
Dtc_flower_cfm.sh74 check_err $? "Matched on the wrong opcode"
80 check_err $? "Matched on the wrong opcode"
114 check_err $? "Matched on the wrong level"
123 check_err $? "Matched on the wrong level"
129 check_err $? "Matched on the wrong level"
159 check_err $? "Matched on the wrong level and opcode"
165 check_err $? "Matched on the wrong level and opcode"
Dtc_tunnel_key.sh125 check_err $? "packet bigger than MTU matched nofrag (nofrag was set)"
127 check_err $? "packet bigger than MTU matched firstfrag (nofrag was set)"
129 check_err $? "packet bigger than MTU matched nofirstfrag (nofrag was set)"
135 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
/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-6.6/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-6.6/include/media/
Dv4l2-async.h40 * @fwnode: pointer to &struct fwnode_handle to be matched.
42 * @i2c: embedded struct with I2C parameters to be matched.
44 * should be matched.
47 * I2C adapter ID to be matched.
50 * I2C address to be matched.
185 * @fwnode: fwnode handle of the sub-device to be matched, pointer to
191 * Allocate a fwnode-matched asc of size asc_struct_size, and add it to the
208 * @ep: local endpoint pointing to the remote connection to be matched,
234 * @adapter: I2C adapter ID to be matched
235 * @address: I2C address of connection to be matched
[all …]
/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-6.6/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-6.6/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()
/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()
/kernel/linux/linux-6.6/tools/memory-model/
Dlinux-kernel.bell46 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
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
Drpath.sh135 ipt_zero_rule "$iptables" || die "iptables matched martian"
136 ipt_zero_rule "$ip6tables" || die "ip6tables matched martian"
137 ipt_zero_reverse_rule "$iptables" && die "iptables not matched martian"
138 ipt_zero_reverse_rule "$ip6tables" && die "ip6tables not matched martian"
139 nft_zero_rule ip || die "nft IPv4 matched martian"
140 nft_zero_rule ip6 || die "nft IPv6 matched martian"
/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-6.6/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-6.6/mm/damon/
Dpaddr.c191 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()
/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-6.6/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/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dtc_flower.sh97 # filter is matched
143 # filter is matched
235 # matched
428 check_fail $? "Matched a wrong filter"
532 check_fail $? "Matched a wrong filter"
535 check_fail $? "Matched a wrong filter"
559 check_fail $? "Matched a wrong filter after rehash"
562 check_fail $? "Matched a wrong filter after rehash"
607 check_fail $? "Matched a wrong filter"
610 check_fail $? "Matched a wrong filter"
[all …]

12345678910>>...48