| /tools/testing/selftests/bpf/prog_tests/ |
| A D | ctx_rewrite.c | 293 int type_sz = matches[1].rm_eo - matches[1].rm_so; in find_field_offset() 294 int field_sz = matches[2].rm_eo - matches[2].rm_so; in find_field_offset() 295 char *type = pattern + matches[1].rm_so; in find_field_offset() 296 char *field = pattern + matches[2].rm_so; in find_field_offset() 494 regmatch_t matches[3]; in match_pattern() local 565 pattern += matches[0].rm_eo; in match_pattern() 594 (int)matches[0].rm_eo, pattern, field_offset); in match_pattern() 598 pattern += matches[0].rm_eo; in match_pattern() 608 if (strncmp(pattern, text, matches[0].rm_eo) != 0) in match_pattern() 611 pattern += matches[0].rm_eo; in match_pattern() [all …]
|
| A D | align.c | 42 .matches = { 70 .matches = { 99 .matches = { 121 .matches = { 164 .matches = { 197 .matches = { 237 .matches = { 298 .matches = { 396 .matches = { 461 .matches = { [all …]
|
| /tools/testing/selftests/landlock/ |
| A D | audit.h | 257 regmatch_t matches[2]; in audit_match_record() local 274 ret = regexec(®ex, msg.data, ARRAY_SIZE(matches), matches, 0); in audit_match_record() 283 if (matches[1].rm_so != -1) { in audit_match_record() 284 int match_len = matches[1].rm_eo - matches[1].rm_so; in audit_match_record() 289 memcpy(dom_id, msg.data + matches[1].rm_so, in audit_match_record()
|
| /tools/testing/selftests/powerpc/dexcr/ |
| A D | hashchk_test.c | 91 unsigned long matches = 0; in count_hash_values_matches() local 100 matches++; in count_hash_values_matches() 103 return matches; in count_hash_values_matches()
|
| /tools/include/nolibc/ |
| A D | stdio.h | 509 int matches; in vsscanf() local 512 matches = 0; in vsscanf() 563 matches++; in vsscanf() 578 if (!matches) in vsscanf() 579 matches = EOF; in vsscanf() 585 return matches; in vsscanf()
|
| /tools/net/ynl/ |
| A D | ynl-regen.sh | 20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)')
|
| /tools/memory-model/scripts/ |
| A D | cmplitmushist.sh | 104 echo Exact output matches: $perfect 1>&2
|
| /tools/testing/selftests/hid/tests/ |
| A D | base_device.py | 248 self: "EvdevDevice", application: str, matches: Dict[str, EvdevMatch] 253 if application in matches: 254 return matches[application].is_a_match(self.libevdev)
|
| /tools/testing/selftests/net/tcp_ao/ |
| A D | key-management.c | 705 bool matches = false; in verify_keys() local 709 matches = true; in verify_keys() 714 matches = true; in verify_keys() 719 matches = false; in verify_keys() 722 matches = true; in verify_keys() 725 if (matches != !!dump_key) { in verify_keys() 729 matches ? "disappeared" : "yet present"); in verify_keys()
|
| A D | setsockopt-closed.c | 875 int matches = 0; in compare_mkts() local 881 matches++; in compare_mkts() 884 return nexpected - matches; in compare_mkts()
|
| /tools/bpf/ |
| A D | bpf_dbg.c | 185 static int matches(const char *cmd, const char *pattern) in matches() function 1072 if (matches(subcmd, "bpf") == 0) { in cmd_load() 1080 } else if (matches(subcmd, "pcap") == 0) { in cmd_load() 1161 else if (matches(subcmd, "reset") == 0) in cmd_breakpoint() 1300 char **matches = NULL; in shell_completion() local 1303 matches = rl_completion_matches(buf, shell_comp_gen); in shell_completion() 1305 return matches; in shell_completion()
|
| /tools/memory-model/ |
| A D | linux-kernel.bell | 79 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches
|
| /tools/perf/util/ |
| A D | callchain.c | 945 u64 matches; in append_chain() local 976 matches = cursor->pos - start; in append_chain() 979 if (matches < root->val_nr) { in append_chain() 980 if (split_add_child(root, cursor, cnode, start, matches, in append_chain() 988 if (matches == root->val_nr && cursor->pos == cursor->nr) { in append_chain()
|
| /tools/perf/Documentation/ |
| A D | perf-lock.txt | 204 Note that it matches the substring so 'rq' would match both 'raw_spin_rq_lock'
|
| A D | perf-c2c.txt | 136 where it creates incorrect call stacks from incorrect matches.
|
| A D | perf-probe.txt | 232 'a=*' can matches 'a=b', 'a = b', 'a == b' and so on.
|
| A D | perf-top.txt | 382 where it creates incorrect call stacks from incorrect matches.
|
| A D | perf.data-file-format.txt | 452 describing events. This matches the format generated by the kernel.
|
| A D | perf-script.txt | 526 where it creates incorrect call stacks from incorrect matches.
|
| A D | perf-report.txt | 554 where it creates incorrect call stacks from incorrect matches.
|
| /tools/objtool/Documentation/ |
| A D | objtool.txt | 238 b) the jump matches sibling call semantics and the frame pointer has
|
| /tools/perf/ |
| A D | builtin-trace.c | 2264 goto matches; in trace__validate_ev_qualifier() 2276 matches: in trace__validate_ev_qualifier()
|
| /tools/memory-model/Documentation/ |
| A D | explanation.txt | 1918 relation). It also gives a way to tell which unlock matches a
|