Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 14 of 14) sorted by relevance

/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
/tools/testing/selftests/kvm/
Ddirty_log_test.c576 bool matched; in vm_dirty_log_verify() local
585 matched = (*value_ptr == iteration || in vm_dirty_log_verify()
588 if (host_log_mode == LOG_MODE_DIRTY_RING && !matched) { in vm_dirty_log_verify()
633 TEST_ASSERT(matched, in vm_dirty_log_verify()
/tools/perf/tests/
Dpmu-events.c555 bool matched = false; in __test_uncore_pmu_event_aliases() local
567 matched = true; in __test_uncore_pmu_event_aliases()
572 if (matched == false) { in __test_uncore_pmu_event_aliases()
/tools/lib/bpf/
Drelo_core.c454 int i, sz, matched; in bpf_core_spec_match() local
510 matched = bpf_core_match_member(local_spec->btf, in bpf_core_spec_match()
514 if (matched <= 0) in bpf_core_spec_match()
515 return matched; in bpf_core_spec_match()
/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt61 matched.
/tools/perf/Documentation/
Dintel-hybrid.txt214 not matched (cpu_core vs. cpu_atom).
Dperf-report.txt86 - parent: name of function matched to the parent regex filter. Unmatched
175 omitted, it searches all events for matching field name. The matched
Dperf-list.txt296 . If none of the above is matched, it will apply the supplied glob to all
Dperf-top.txt351 option. The -e option and this one can be mixed and matched. Events
Dperf-stat.txt116 option. The -e option and this one can be mixed and matched. Events
Dperf-record.txt639 option. The -e option and this one can be mixed and matched. Events
Dperf-intel-pt.txt865 cannot be matched against the Intel PT trace.
/tools/include/uapi/linux/
Dpkt_sched.h381 __u32 matched; /* Drops due to flow match */ member
/tools/power/x86/intel-speed-select/
Disst-config.c2732 int i = 0, matched = 0; in process_command() local
2759 matched = 1; in process_command()
2765 if (!matched) in process_command()