Home
last modified time | relevance | path

Searched refs:matches (Results 1 – 23 of 23) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
A Dctx_rewrite.c293 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 Dalign.c42 .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 Daudit.h257 regmatch_t matches[2]; in audit_match_record() local
274 ret = regexec(&regex, 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 Dhashchk_test.c91 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 Dstdio.h509 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 Dynl-regen.sh20 files=$(git grep --files-with-matches '^/\* YNL-GEN \(kernel\|uapi\|user\)')
/tools/memory-model/scripts/
A Dcmplitmushist.sh104 echo Exact output matches: $perfect 1>&2
/tools/testing/selftests/hid/tests/
A Dbase_device.py248 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 Dkey-management.c705 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 Dsetsockopt-closed.c875 int matches = 0; in compare_mkts() local
881 matches++; in compare_mkts()
884 return nexpected - matches; in compare_mkts()
/tools/bpf/
A Dbpf_dbg.c185 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 Dlinux-kernel.bell79 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches
/tools/perf/util/
A Dcallchain.c945 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 Dperf-lock.txt204 Note that it matches the substring so 'rq' would match both 'raw_spin_rq_lock'
A Dperf-c2c.txt136 where it creates incorrect call stacks from incorrect matches.
A Dperf-probe.txt232 'a=*' can matches 'a=b', 'a = b', 'a == b' and so on.
A Dperf-top.txt382 where it creates incorrect call stacks from incorrect matches.
A Dperf.data-file-format.txt452 describing events. This matches the format generated by the kernel.
A Dperf-script.txt526 where it creates incorrect call stacks from incorrect matches.
A Dperf-report.txt554 where it creates incorrect call stacks from incorrect matches.
/tools/objtool/Documentation/
A Dobjtool.txt238 b) the jump matches sibling call semantics and the frame pointer has
/tools/perf/
A Dbuiltin-trace.c2264 goto matches; in trace__validate_ev_qualifier()
2276 matches: in trace__validate_ev_qualifier()
/tools/memory-model/Documentation/
A Dexplanation.txt1918 relation). It also gives a way to tell which unlock matches a

Completed in 48 milliseconds