/linux/arch/loongarch/include/asm/ |
H A D | tlb.h | 57 /* 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/fs/erofs/ |
H A D | namei.c | 18 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 …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | tc_flower.sh | 53 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 …]
|
H A D | tc_flower_cfm.sh | 74 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"
|
H A D | tc_tunnel_key.sh | 123 check_err $? "packet bigger than MTU matched nofrag (nofrag was set)" 125 check_err $? "packet bigger than MTU matched firstfrag (nofrag was set)" 127 check_err $? "packet bigger than MTU matched nofirstfrag (nofrag was set)" 133 check_err $? "packet bigger than MTU matched nofrag (nofrag was unset)"
|
/linux/fs/romfs/ |
H A 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
|
/linux/include/media/ |
H A D | v4l2-async.h | 40 * @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 …]
|
/linux/drivers/regulator/ |
H A 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()
|
H A 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()
|
/linux/security/tomoyo/ |
H A 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()
|
/linux/tools/testing/selftests/net/tcp_ao/lib/ |
H A D | ftrace-tcp.c | 49 size_t matched; member 80 .matched = 0, in __trace_event_expect() 185 p->matched++; in lookup_expected_event() 308 test_print("Couldn't parse trace event, matched = %d/10", in tracer_scan_event() 323 test_print("Couldn't parse trace event, matched = %d/13", in tracer_scan_event() 332 test_print("Couldn't parse trace event, matched = %d/6", in tracer_scan_event() 342 test_print("Couldn't parse trace event, matched = %d/5", in tracer_scan_event() 435 e->keyid, e->rnext, e->maclen, e->sne, e->matched); in dump_trace_event() 448 total_matched += e->matched; in print_match_stats() 449 matches_per_type[e->type] += e->matched; in print_match_stats() [all …]
|
/linux/tools/memory-model/ |
H A D | linux-kernel.bell | 46 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
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | rpath.sh | 141 ipt_zero_rule "$iptables" || die "iptables matched martian" 142 ipt_zero_rule "$ip6tables" || die "ip6tables matched martian" 143 ipt_zero_reverse_rule "$iptables" && die "iptables not matched martian" 144 ipt_zero_reverse_rule "$ip6tables" && die "ip6tables not matched martian" 145 nft_zero_rule ip || die "nft IPv4 matched martian" 146 nft_zero_rule ip6 || die "nft IPv6 matched martian"
|
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/ |
H A 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 …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_misc.h | 56 * By default assume that each pattern has to be matched on the 59 * __jited(" endbr64") # matched on line N 60 * __jited(" nopl (%rax,%rax)") # matched on line N+1 65 * __jited(" endbr64") # matched on line N 66 * __jited("...") # not matched 67 * __jited(" nopl (%rax,%rax)") # matched on any line >= N
|
/linux/sound/core/ |
H A D | misc.c | 37 * Returns the matched entry pointer, or NULL if nothing matched. 65 * Returns the matched entry pointer, or NULL if nothing matched.
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | tc_flower.sh | 97 # 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 …]
|
/linux/mm/damon/ |
H A D | paddr.c | 204 bool matched = false; in __damos_pa_filter_out() local 209 matched = folio_test_anon(folio); in __damos_pa_filter_out() 215 matched = false; in __damos_pa_filter_out() 217 matched = filter->memcg_id == mem_cgroup_id(memcg); in __damos_pa_filter_out() 221 matched = damon_folio_young(folio); in __damos_pa_filter_out() 222 if (matched) in __damos_pa_filter_out() 229 return matched == filter->matching; in __damos_pa_filter_out()
|
/linux/crypto/asymmetric_keys/ |
H A 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()
|
/linux/drivers/net/ethernet/hisilicon/hns3/ |
H A 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()
|
/linux/include/uapi/linux/netfilter/ |
H A D | xt_connbytes.h | 21 __aligned_u64 from; /* count to be matched */ 22 __aligned_u64 to; /* count to be matched */
|
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | loopback.sh | 45 check_fail $? "Matched on a filter without loopback setup" 63 check_fail $? "Matched on a filter after loopback was removed"
|
/linux/arch/x86/lib/ |
H A D | cmdline.c | 70 * We matched all the way to the end of the in __cmdline_find_option_bool() 73 * we matched! in __cmdline_find_option_bool() 163 * We matched all the way to the end of the in __cmdline_find_option()
|
/linux/Documentation/networking/ |
H A D | xfrm_proc.rst | 23 All errors which is not matched others 82 All errors which is not matched others
|
/linux/Documentation/devicetree/bindings/pci/ |
H A 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
|