Home
last modified time | relevance | path

Searched refs:patterns (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/alsa/
Dtest-pcmtest-driver.c19 struct pattern_buf patterns[CH_NUM]; variable
45 fscanf(fpl, "%u", &patterns[i].len); in read_patterns()
52 fread(patterns[i].buf, 1, patterns[i].len, fp); in read_patterns()
190 it[i] = patterns[cur_ch].buf[pos_in_ch % patterns[cur_ch].len]; in TEST_F()
232 ASSERT_EQ(it[i], patterns[cur_ch].buf[pos_in_ch % patterns[cur_ch].len]); in TEST_F()
266 ASSERT_EQ(chan_samples[i][j], patterns[i].buf[j % patterns[i].len]); in TEST_F()
293 chan_samples[i][j] = patterns[i].buf[j % patterns[i].len]; in TEST_F()
/tools/testing/selftests/x86/bugs/
Dits_permutations.py55 patterns = {
67 for pattern, color in patterns.items():
/tools/testing/selftests/bpf/
Dtest_loader.c65 struct expect_msg *patterns; member
117 if (msgs->patterns[i].is_regex) in free_msgs()
118 regfree(&msgs->patterns[i].regex); in free_msgs()
119 free(msgs->patterns); in free_msgs()
120 msgs->patterns = NULL; in free_msgs()
206 tmp = realloc(msgs->patterns, in __push_msg()
212 msgs->patterns = tmp; in __push_msg()
213 msg = &msgs->patterns[msgs->cnt]; in __push_msg()
233 msg = &from->patterns[i]; in clone_msgs()
670 struct expect_msg *msg = &msgs->patterns[i]; in validate_msgs()
[all …]
/tools/perf/tests/shell/common/
Dinit.sh15 . ../common/patterns.sh
/tools/perf/Documentation/
Dperf-ftrace.txt97 specify multiple functions (or glob patterns). It will be
166 patterns). It will be passed to 'set_ftrace_notrace' in tracefs.
Dperf-sched.txt49 threads can then replay the timings (CPU runtime and sleep patterns)
Dperf-probe.txt74 List up current probe events. This can also accept filtering patterns of
Dperf-stat.txt207 by comma). It also support regex patterns to match multiple groups. This has same
/tools/memory-model/Documentation/
DREADME95 Common memory-ordering patterns.
Dsimple.txt135 lock-based programming, but there are a few lockless design patterns that
164 RCU usage patterns maybe found in Documentation/RCU and in the
Drecipes.txt532 previous CPU wrote. The LB litmus-test patterns contain only
Dexplanation.txt144 pattern. It is typical of memory access patterns in the kernel.
/tools/memory-model/
DREADME208 the litmus tests to use the patterns on their own