Searched refs:subtest (Results 1 - 25 of 92) sorted by last modified time

1234

/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1559 eval test_bug_"${subtest}"
1577 for subtest in ${SUBTESTS}; do
1578 eval desc=\$TYPE_"${subtest}"
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_lib.sh182 local subtest
184 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do
185 if [[ "${subtest}" == *" - ${KSFT_TEST}: ${*%% #*}" ]]; then
242 local subtest
252 for subtest in "${MPTCP_LIB_SUBTESTS[@]}"; do
253 printf "%s\n" "${subtest}"
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c88 goto subtest;
105 subtest:
H A Dtest_sockmap.c121 const char *subtest; member in struct:test_env
187 env.subtest = t->title;
208 env.subtest, error ? "FAIL" : "OK");
/linux-master/drivers/dma-buf/
H A Dst-dma-fence-chain.c678 static const struct subtest tests[] = {
/linux-master/drivers/scsi/bfa/
H A Dbfa_svc.c6550 dport->result.subtest[i].status =
6552 bfa_trc(dport->bfa, dport->result.subtest[i].status);
6573 dport->result.subtest[subtesttype].start_time =
6575 dport->result.subtest[subtesttype].status =
6580 dport->result.subtest[subtesttype].start_time);
/linux-master/tools/perf/tests/
H A Dvmlinux-kallsyms.c191 int subtest __maybe_unused)
H A Dthread-maps-share.c7 static int test__thread_maps_share(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dsymbols.c201 static int test__symbols(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dtests-scripts.c125 static int shell_test__run(struct test_suite *test, int subtest __maybe_unused)
H A Dparse-events.c2576 static int test__events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2617 static int test__terms2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2622 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2741 static int test__pmu_events2(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2827 static int test__alias(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
2843 int subtest __maybe_unused)
H A Dpmu-events.c486 int subtest __maybe_unused)
769 int subtest __maybe_unused)
961 int subtest __maybe_unused)
1059 int subtest __maybe_unused)
1086 int subtest __maybe_unused)
H A Dexpand-cgroup.c204 int subtest __maybe_unused)
H A Dmaps.c74 static int test__maps__merge_in(struct test_suite *t __maybe_unused, int subtest __maybe_unused)
H A Dbuiltin-test.c173 static const char *skip_reason(const struct test_suite *t, int subtest) argument
178 return t->test_cases[subtest >= 0 ? subtest : 0].skip_reason;
181 static const char *test_description(const struct test_suite *t, int subtest) argument
183 if (t->test_cases && subtest >= 0)
184 return t->test_cases[subtest].desc;
189 static test_fnptr test_function(const struct test_suite *t, int subtest) argument
191 if (subtest <= 0)
194 return t->test_cases[subtest].run_case;
225 int subtest; member in struct:child_test
241 print_test_result(struct test_suite *t, int i, int subtest, int result, int width) argument
[all...]
H A Dtopology.c205 static int test__session_topology(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dtask-exit.c42 static int test__task_exit(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dswitch-tracking.c326 static int test__switch_tracking(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dsw-clock.c137 static int test__sw_clock_freq(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dsigtrap.c233 static int test__sigtrap(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dperf-time-to-tsc.c50 int subtest __maybe_unused)
68 static int test__perf_time_to_tsc(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
H A Dmmap-basic.c32 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
270 int subtest __maybe_unused)
276 int subtest __maybe_unused)
H A Dopenat-syscall-all-cpus.c23 int subtest __maybe_unused)
H A Dkeep-tracking.c64 static int test__keep_tracking(struct test_suite *test __maybe_unused, int subtest __maybe_unused)
/linux-master/tools/perf/arch/x86/tests/
H A Dhybrid.c304 int test__hybrid(struct test_suite *test __maybe_unused, int subtest __maybe_unused)

Completed in 224 milliseconds

1234