Symbol: tests
lib/libexpat/tests/minicheck.c
100
tc->tests = new_tests;
lib/libexpat/tests/minicheck.c
103
tc->tests[tc->ntests] = test;
lib/libexpat/tests/minicheck.c
113
free(tc->tests);
lib/libexpat/tests/minicheck.c
123
while (suite->tests != NULL) {
lib/libexpat/tests/minicheck.c
124
TCase *next = suite->tests->next_tcase;
lib/libexpat/tests/minicheck.c
125
tcase_free(suite->tests);
lib/libexpat/tests/minicheck.c
126
suite->tests = next;
lib/libexpat/tests/minicheck.c
197
tc = suite->tests;
lib/libexpat/tests/minicheck.c
217
(tc->tests[i])();
lib/libexpat/tests/minicheck.c
79
tc->next_tcase = suite->tests;
lib/libexpat/tests/minicheck.c
80
suite->tests = tc;
lib/libexpat/tests/minicheck.c
98
= (tcase_test_function *)realloc(tc->tests, new_size);
lib/libexpat/tests/minicheck.h
111
TCase *tests;
lib/libexpat/tests/minicheck.h
118
tcase_test_function *tests;
regress/lib/libc/hash/hash_test.c
766
const struct hash_test_case *tests;
regress/lib/libc/hash/hash_test.c
771
.tests = md5_tests,
regress/lib/libc/hash/hash_test.c
776
.tests = rmd160_tests,
regress/lib/libc/hash/hash_test.c
781
.tests = sha1_tests,
regress/lib/libc/hash/hash_test.c
786
.tests = sha224_tests,
regress/lib/libc/hash/hash_test.c
791
.tests = sha256_tests,
regress/lib/libc/hash/hash_test.c
796
.tests = sha384_tests,
regress/lib/libc/hash/hash_test.c
801
.tests = sha512_tests,
regress/lib/libc/hash/hash_test.c
806
.tests = sha512_256_tests,
regress/lib/libc/hash/hash_test.c
829
hash_test(struct hash_ctx *ctx, const struct hash_tests *tests)
regress/lib/libc/hash/hash_test.c
834
for (i = 0; i < tests->num_tests; i++) {
regress/lib/libc/hash/hash_test.c
835
const struct hash_test_case *tc = &tests->tests[i];
regress/lib/libc/hash/hash_test.c
837
failed |= hash_test_case(ctx, tc, tests->name, i);
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
255
struct test tests[] = {
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
297
(*tests[i].test)();
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
301
for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
305
snprintf(options, sizeof(options), "MALLOC_OPTIONS=us%s", tests[i].flags);
regress/lib/libc/regex/split.c
215
} tests[] = {
regress/lib/libc/regex/split.c
288
for (n = 0; tests[n].str != NULL; n++) {
regress/lib/libc/regex/split.c
289
(void) strlcpy(buf, tests[n].str, sizeof buf);
regress/lib/libc/regex/split.c
291
nf = split(buf, fields, RNF, tests[n].seps);
regress/lib/libc/regex/split.c
293
if (nf != tests[n].nf) {
regress/lib/libc/regex/split.c
295
tests[n].str, tests[n].seps, nf, tests[n].nf);
regress/lib/libc/regex/split.c
305
if (strcmp(f, tests[n].fi[i]) != 0) {
regress/lib/libc/regex/split.c
307
tests[n].str, tests[n].seps,
regress/lib/libc/regex/split.c
308
i, fields[i], tests[n].fi[i]);
regress/lib/libc/sys/t_mkdir.c
171
const char *tests[] = {
regress/lib/libc/sys/t_mkdir.c
187
for (test = &tests[0]; *test != NULL; ++test) {
regress/lib/libcrypto/asn1/asn1_string_to_utf8.c
121
failed |= asn1_string_to_utf8_test(&tests[i]);
regress/lib/libcrypto/asn1/asn1_string_to_utf8.c
32
static const struct asn1_string_to_utf8_test_case tests[] = {
regress/lib/libcrypto/asn1/asn1_string_to_utf8.c
71
const size_t N_TESTS = sizeof(tests) / sizeof(tests[0]);
regress/lib/libcrypto/bn/bn_add_sub.c
187
struct hexinput_st tests[], unsigned int ntests, const char *testname)
regress/lib/libcrypto/bn/bn_add_sub.c
205
if (!BN_hex2bn(&a, tests[i].a_hex) ||
regress/lib/libcrypto/bn/bn_add_sub.c
206
!BN_hex2bn(&b, tests[i].b_hex) ||
regress/lib/libcrypto/bn/bn_add_sub.c
207
!BN_hex2bn(&e, tests[i].e_hex)) {
regress/lib/libcrypto/bn/bn_add_sub.c
212
if (tests[i].ret != bn_op(r, a, b))
regress/lib/libcrypto/bn/bn_add_sub.c
214
if (tests[i].compare == 1 && BN_cmp(e, r) != 0)
regress/lib/libm/cephes/monot.c
272
int i, j, errs, tests;
regress/lib/libm/cephes/monot.c
278
tests = 0;
regress/lib/libm/cephes/monot.c
311
tests += 1;
regress/lib/libm/cephes/monot.c
336
tests += 1;
regress/lib/libm/cephes/monot.c
340
printf ("%d errors in %d tests\n", errs, tests);
regress/lib/libm/cephes/monotl.c
365
int i, j, errs, tests, err_thresh;
regress/lib/libm/cephes/monotl.c
369
tests = 0;
regress/lib/libm/cephes/monotl.c
419
tests += 1;
regress/lib/libm/cephes/monotl.c
452
tests += 1;
regress/lib/libm/cephes/monotl.c
456
printf ("%d errors in %d tests\n", errs, tests);
regress/lib/libm/cephes/monotll.c
684
int i, j, errs, tests, err_thresh;
regress/lib/libm/cephes/monotll.c
688
tests = 0;
regress/lib/libm/cephes/monotll.c
752
tests += 1;
regress/lib/libm/cephes/monotll.c
795
tests += 1;
regress/lib/libm/cephes/monotll.c
799
printf ("%d errors in %d tests\n", errs, tests);
regress/lib/libm/msun/cexp_test.c
247
static const double tests[] = {
regress/lib/libm/msun/cexp_test.c
259
for (i = 0; i < nitems(tests); i += 4) {
regress/lib/libm/msun/cexp_test.c
260
a = tests[i];
regress/lib/libm/msun/cexp_test.c
261
b = tests[i + 1];
regress/lib/libm/msun/cexp_test.c
262
x = tests[i + 2];
regress/lib/libm/msun/cexp_test.c
263
y = tests[i + 3];
regress/lib/libm/msun/conj_test.c
51
static const double tests[] = {
regress/lib/libm/msun/conj_test.c
72
static const int ntests = sizeof(tests) / sizeof(tests[0]) / 2;
regress/lib/libm/msun/conj_test.c
78
__real__ expected = __real__ in = tests[2 * i];
regress/lib/libm/msun/conj_test.c
79
__imag__ in = tests[2 * i + 1];
regress/lib/libm/msun/csqrt_test.c
120
for (i = 0; i < nitems(tests); i += 4) {
regress/lib/libm/msun/csqrt_test.c
122
a = tests[i] * mults[j] * mults[j];
regress/lib/libm/msun/csqrt_test.c
123
b = tests[i + 1] * mults[j] * mults[j];
regress/lib/libm/msun/csqrt_test.c
124
x = tests[i + 2] * mults[j];
regress/lib/libm/msun/csqrt_test.c
125
y = tests[i + 3] * mults[j];
regress/lib/libm/msun/csqrt_test.c
77
static const double tests[] = {
regress/lib/libm/msun/ctrig_test.c
390
} tests[] = {
regress/lib/libm/msun/ctrig_test.c
419
for (i = 0; i < nitems(tests); i++) {
regress/lib/libm/msun/ctrig_test.c
420
z = CMPLXL(tests[i].a, tests[i].b);
regress/lib/libm/msun/ctrig_test.c
422
CMPLXL(tests[i].sinh_a, tests[i].sinh_b), 1.1);
regress/lib/libm/msun/ctrig_test.c
424
CMPLXL(tests[i].cosh_a, tests[i].cosh_b), 1.1);
regress/lib/libm/msun/ctrig_test.c
426
CMPLXL(tests[i].tanh_a, tests[i].tanh_b), 1.4);
regress/lib/libm/msun/logarithm_test.c
190
} tests[] = {
regress/lib/libm/msun/logarithm_test.c
226
for (i = 0; i < nitems(tests); i++) {
regress/lib/libm/msun/logarithm_test.c
227
test_tol(log2, tests[i].x, tests[i].log2x, DBL_ULP());
regress/lib/libm/msun/logarithm_test.c
228
test_tol(log2f, tests[i].x, tests[i].log2x, FLT_ULP());
regress/lib/libm/msun/logarithm_test.c
229
test_tol(log2l, tests[i].x, tests[i].log2x, LDBL_ULP());
regress/lib/libm/msun/logarithm_test.c
230
test_tol(log, tests[i].x, tests[i].logex, DBL_ULP());
regress/lib/libm/msun/logarithm_test.c
231
test_tol(logf, tests[i].x, tests[i].logex, FLT_ULP());
regress/lib/libm/msun/logarithm_test.c
232
test_tol(logl, tests[i].x, tests[i].logex, LDBL_ULP());
regress/lib/libm/msun/logarithm_test.c
233
test_tol(log10, tests[i].x, tests[i].log10x, DBL_ULP());
regress/lib/libm/msun/logarithm_test.c
234
test_tol(log10f, tests[i].x, tests[i].log10x, FLT_ULP());
regress/lib/libm/msun/logarithm_test.c
235
test_tol(log10l, tests[i].x, tests[i].log10x, LDBL_ULP());
regress/lib/libm/msun/logarithm_test.c
236
if (tests[i].x >= 0.5) {
regress/lib/libm/msun/logarithm_test.c
237
test_tol(log1p, tests[i].x - 1, tests[i].logex,
regress/lib/libm/msun/logarithm_test.c
239
test_tol(log1pf, tests[i].x - 1, tests[i].logex,
regress/lib/libm/msun/logarithm_test.c
241
test_tol(log1pl, tests[i].x - 1, tests[i].logex,
regress/lib/libm/msun/nearbyint_test.c
105
in = -tests[testindex].in;
regress/lib/libm/msun/nearbyint_test.c
127
in = tests[testindex].in;
regress/lib/libm/msun/nearbyint_test.c
128
ipart_expected = tests[testindex].out[1];
regress/lib/libm/msun/nearbyint_test.c
160
for (i = 0; i < nitems(tests); i++) {
regress/lib/libm/msun/nearbyint_test.c
60
} tests[] = {
regress/lib/libm/msun/nearbyint_test.c
84
out = tests[testindex].out[rmodeindex];
regress/lib/libm/msun/nearbyint_test.c
98
in = tests[testindex].in;
regress/lib/libpthread/dlopen/dlopen.c
567
int tests = *(int *)arg;
regress/lib/libpthread/dlopen/dlopen.c
577
while (tests > 0) {
regress/lib/libpthread/dlopen/dlopen.c
578
flag = tests & ~(tests >> 1);
regress/lib/libpthread/dlopen/dlopen.c
579
tests &= ~flag;
regress/lib/libpthread/dlopen/dlopen.c
593
int ch, tests;
regress/lib/libpthread/dlopen/dlopen.c
603
tests = 0;
regress/lib/libpthread/dlopen/dlopen.c
607
tests |= TEST_ALL;
regress/lib/libpthread/dlopen/dlopen.c
610
tests |= TEST_ACCEPT;
regress/lib/libpthread/dlopen/dlopen.c
613
tests |= TEST_CONNECT;
regress/lib/libpthread/dlopen/dlopen.c
616
tests |= TEST_FCNTL;
regress/lib/libpthread/dlopen/dlopen.c
619
tests |= TEST_FLOCK;
regress/lib/libpthread/dlopen/dlopen.c
625
tests |= TEST_NANOSLEEP;
regress/lib/libpthread/dlopen/dlopen.c
628
tests |= TEST_OPEN_FIFO;
regress/lib/libpthread/dlopen/dlopen.c
631
tests |= TEST_POLL;
regress/lib/libpthread/dlopen/dlopen.c
637
tests |= TEST_SIGSUSPEND;
regress/lib/libpthread/dlopen/dlopen.c
640
tests |= TEST_SEMOP;
regress/lib/libpthread/dlopen/dlopen.c
643
if (tests == 0)
regress/lib/libpthread/dlopen/dlopen.c
644
tests = TEST_ALL;
regress/lib/libpthread/dlopen/dlopen.c
655
run_tests(&tests);
regress/lib/libpthread/dlopen/dlopen.c
677
if ((r = p_create(&t, NULL, run_tests, &tests)))
regress/lib/libpthread/dlopen/dlopen.c
681
if (ret != &tests)
regress/lib/libpthread/dlopen/dlopen.c
682
errx(1, "bad return by thread: %p != %p", ret, (void *)&tests);
regress/lib/libpthread/dlopen/dlopen.c
690
run_tests(&tests);
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
141
for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
142
t = &tests[i];
regress/lib/libutil/bcrypt_pbkdf/bcrypt_pbkdf_test.c
34
struct test tests[] = {
regress/sbin/iked/test_helper/test_helper.c
139
tests();
regress/sbin/iked/test_helper/test_helper.h
37
void tests(void);
regress/sys/crypto/aesctr/aesctr.c
217
from = tests[num].data[i];
regress/sys/crypto/aesctr/aesctr.c
259
for (i = 0; i < (sizeof(tests) / sizeof(tests[0])); i++)
regress/sys/crypto/aesctr/aesctr.c
36
} tests[] = {
regress/sys/crypto/chachapoly/chachapoly_test.c
36
} tests[] = {
regress/sys/crypto/chachapoly/chachapoly_test.c
384
from = tests[num].data[i];
regress/sys/crypto/chachapoly/chachapoly_test.c
436
for (i = 0; i < (sizeof(tests) / sizeof(tests[0])); i++)
regress/sys/crypto/gmac/gmac_test.c
37
} tests[] = {
regress/sys/crypto/gmac/gmac_test.c
705
from = tests[num].data[i];
regress/sys/crypto/gmac/gmac_test.c
747
for (i = 0; i < (sizeof(tests) / sizeof(tests[0])); i++)
regress/sys/dev/kcov/kcov.c
146
for (i = 0; tests[i].name != NULL; i++)
regress/sys/dev/kcov/kcov.c
147
if (strcmp(argv[0], tests[i].name) == 0)
regress/sys/dev/kcov/kcov.c
149
if (tests[i].name == NULL)
regress/sys/dev/kcov/kcov.c
161
error = tests[i].fn(&ctx);
regress/sys/dev/kcov/kcov.c
164
if (check_coverage(cover, ctx.c_mode, ctx.c_bufsize, tests[i].coverage))
regress/sys/dev/kcov/kcov.c
72
} tests[] = {
regress/sys/dev/wscons/sigio.c
307
struct test tests[] = {
regress/sys/dev/wscons/sigio.c
318
return dotest(argc, argv, tests);
regress/sys/dev/wscons/util.c
31
dotest(int argc, char *argv[], const struct test *tests)
regress/sys/dev/wscons/util.c
54
for (test = tests; test->t_name != NULL; test++) {
regress/sys/dev/wscons/util.h
24
int dotest(int argc, char *argv[], const struct test *tests);
regress/sys/dev/wscons/wscons.c
47
struct test tests[] = {
regress/sys/dev/wscons/wscons.c
52
return dotest(argc, argv, tests);
regress/sys/kern/access/access.c
125
struct tests *t;
regress/sys/kern/access/access.c
164
for (t = tests; t->filename != NULL; t++) {
regress/sys/kern/access/access.c
38
} tests[] = {
regress/sys/kern/flock/flock.c
1859
static struct test tests[] = {
regress/sys/kern/flock/flock.c
1888
static int test_count = sizeof(tests) / sizeof(tests[0]);
regress/sys/kern/flock/flock.c
1926
error |= tests[i].testfn(fd);
regress/sys/kern/flock/lockf.c
103
static struct test tests[] = {
regress/sys/kern/flock/lockf.c
108
static int test_count = sizeof(tests) / sizeof(tests[0]);
regress/sys/kern/flock/lockf.c
140
error |= tests[i].testfn(fd);
regress/sys/kern/pipe/pipe.c
42
} tests[] = {
regress/sys/kern/pipe/pipe.c
81
for (i = 0; tests[i].t_name != NULL; i++) {
regress/sys/kern/pipe/pipe.c
82
if (strcmp(argv[0], tests[i].t_name))
regress/sys/kern/pipe/pipe.c
85
return tests[i].t_fn();
regress/sys/kern/ptrace/xstate/xstate.c
250
} tests[] = {
regress/sys/kern/ptrace/xstate/xstate.c
260
for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) {
regress/sys/kern/ptrace/xstate/xstate.c
261
if (strcmp(argv[1], tests[i].name) == 0)
regress/sys/kern/ptrace/xstate/xstate.c
262
return tests[i].test(&xstate);
regress/sys/kern/signal/sigio/main.c
31
} tests[] = {
regress/sys/kern/signal/sigio/main.c
61
for (i = 0; tests[i].t_name != NULL; i++) {
regress/sys/kern/signal/sigio/main.c
62
if (strcmp(tests[i].t_name, t_name) == 0) {
regress/sys/kern/signal/sigio/main.c
63
t_func = tests[i].t_func;
regress/sys/uvm/vnode/vnode.c
43
} tests[] = {
regress/sys/uvm/vnode/vnode.c
78
if (tests[i].t_name == NULL)
regress/sys/uvm/vnode/vnode.c
81
if (strcmp(tests[i].t_name, *argv))
regress/sys/uvm/vnode/vnode.c
84
return tests[i].t_func(&ctx);
regress/usr.bin/ssh/unittests/hostkeys/tests.c
12
void tests(void);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
43
} tests[] = {
regress/usr.bin/ssh/unittests/kex/test_proposal.c
53
for (i = 0; i < sizeof(tests) / sizeof(*tests); i++) {
regress/usr.bin/ssh/unittests/kex/test_proposal.c
54
ssh.compat = tests[i].compat;
regress/usr.bin/ssh/unittests/kex/test_proposal.c
56
result = compat_kex_proposal(&ssh, tests[i].in);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
57
ASSERT_STRING_EQ(result, tests[i].out);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
60
in = kex_names_cat("a", tests[i].in);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
61
out = kex_names_cat("a", tests[i].out);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
66
in = kex_names_cat(tests[i].in, "a");
regress/usr.bin/ssh/unittests/kex/test_proposal.c
67
out = kex_names_cat(tests[i].out, "a");
regress/usr.bin/ssh/unittests/kex/test_proposal.c
72
xasprintf(&in, "a,%s,b", tests[i].in);
regress/usr.bin/ssh/unittests/kex/test_proposal.c
73
if (*(tests[i].out) == '\0')
regress/usr.bin/ssh/unittests/kex/test_proposal.c
76
xasprintf(&out, "a,%s,b", tests[i].out);
regress/usr.bin/ssh/unittests/test_helper/test_helper.c
185
tests();
regress/usr.bin/ssh/unittests/test_helper/test_helper.h
35
void tests(void);
sys/dev/pci/drm/drm_color_mgmt.c
606
int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests)
sys/dev/pci/drm/drm_color_mgmt.c
611
if (!lut || !tests)
sys/dev/pci/drm/drm_color_mgmt.c
616
if (tests & DRM_COLOR_LUT_EQUAL_CHANNELS) {
sys/dev/pci/drm/drm_color_mgmt.c
624
if (i > 0 && tests & DRM_COLOR_LUT_NON_DECREASING) {
sys/dev/pci/drm/i915/gem/selftests/huge_pages.c
1967
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/huge_pages.c
2003
err = i915_subtests(tests, ppgtt);
sys/dev/pci/drm/i915/gem/selftests/huge_pages.c
2014
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/huge_pages.c
2033
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_client_blt.c
736
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_client_blt.c
743
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_coherency.c
429
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_coherency.c
433
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1901
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_context.c
1914
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
530
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
544
err = i915_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
552
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_dmabuf.c
559
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_migrate.c
516
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_migrate.c
527
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gem/selftests/i915_gem_mman.c
1836
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_mman.c
1852
ret = i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_object.c
76
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_object.c
86
err = i915_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_object.c
94
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_object.c
98
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gem/selftests/i915_gem_phys.c
73
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gem/selftests/i915_gem_phys.c
83
err = i915_subtests(tests, i915);
sys/dev/pci/drm/i915/gt/selftest_engine_heartbeat.c
263
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_engine_heartbeat.c
277
err = intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_execlists.c
4467
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_execlists.c
4504
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_gt_pm.c
179
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_gt_pm.c
195
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_gt_pm.c
200
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_gt_pm.c
212
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
2003
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_hangcheck.c
2031
err = intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/selftest_lrc.c
1977
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_lrc.c
1993
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_migrate.c
1019
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_migrate.c
1031
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/selftest_migrate.c
793
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_migrate.c
807
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/selftest_mocs.c
442
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_mocs.c
452
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_reset.c
377
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_reset.c
393
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/selftest_ring_submission.c
290
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_ring_submission.c
297
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_slpc.c
540
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_slpc.c
556
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/gt/selftest_timeline.c
1419
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_timeline.c
1432
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/selftest_timeline.c
445
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_timeline.c
451
return i915_subtests(tests, NULL);
sys/dev/pci/drm/i915/gt/selftest_tlb.c
387
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_tlb.c
399
err = intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
1367
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/selftest_workarounds.c
1378
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/gt/st_shmem_utils.c
58
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/st_shmem_utils.c
62
return i915_subtests(tests, NULL);
sys/dev/pci/drm/i915/gt/uc/selftest_guc.c
405
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/uc/selftest_guc.c
418
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/uc/selftest_guc_hangcheck.c
150
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/uc/selftest_guc_hangcheck.c
161
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/gt/uc/selftest_guc_multi_lrc.c
172
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/gt/uc/selftest_guc_multi_lrc.c
183
return intel_gt_live_subtests(tests, gt);
sys/dev/pci/drm/i915/selftests/i915_active.c
252
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_active.c
261
return i915_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_gem.c
252
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_gem.c
261
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_gem_evict.c
539
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_gem_evict.c
555
err = i915_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/selftests/i915_gem_evict.c
563
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_gem_evict.c
570
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/selftests/i915_gem_gtt.c
1919
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_gem_gtt.c
1944
err = i915_subtests(tests, gt->ggtt);
sys/dev/pci/drm/i915/selftests/i915_gem_gtt.c
1957
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_gem_gtt.c
1978
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_perf.c
422
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_perf.c
440
err = i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_request.c
1872
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_request.c
1885
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_request.c
3293
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_request.c
3302
return i915_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_request.c
543
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_request.c
559
err = i915_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
753
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
766
return i915_subtests(tests, NULL);
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
605
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_syncmap.c
615
return i915_subtests(tests, NULL);
sys/dev/pci/drm/i915/selftests/i915_vma.c
1107
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_vma.c
1111
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/i915_vma.c
924
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/i915_vma.c
947
err = i915_subtests(tests, gt->ggtt);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1215
} tests[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1247
for (i = 0; i < ARRAY_SIZE(tests); ++i) {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1251
if (tests[i].skip)
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1259
tests[i].copy(dst_addr, src_addr, size);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1272
tests[i].name, size >> 10,
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1281
tests[i].name, size >> 10,
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1343
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1366
err = i915_subtests(tests, mem);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1376
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1392
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1397
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/intel_memory_region.c
1404
return i915_live_subtests(tests, i915);
sys/dev/pci/drm/i915/selftests/intel_uncore.c
348
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/intel_uncore.c
354
return intel_gt_live_subtests(tests, to_gt(i915));
sys/dev/pci/drm/i915/selftests/scatterlist.c
378
static const struct i915_subtest tests[] = {
sys/dev/pci/drm/i915/selftests/scatterlist.c
383
return i915_subtests(tests, NULL);
sys/dev/pci/drm/include/drm/drm_color_mgmt.h
120
int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests);