Home
last modified time | relevance | path

Searched refs:_test (Results 1 – 21 of 21) sorted by relevance

/linux-6.3-rc2/include/drm/
A Ddrm_kunit_helpers.h40 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument
41 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \
85 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
86 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
/linux-6.3-rc2/tools/testing/cxl/
A Dwatermark.h19 int x##_test(void) \
24 EXPORT_SYMBOL(x##_test)
/linux-6.3-rc2/tools/testing/nvdimm/
A Dwatermark.h18 int x##_test(void) \
23 EXPORT_SYMBOL(x##_test)
/linux-6.3-rc2/fs/unicode/
A Dutf8-selftest.c23 #define _test(cond, func, line, fmt, ...) do { \ macro
33 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__)
34 #define test(cond) _test(cond, __func__, __LINE__, "")
/linux-6.3-rc2/tools/testing/selftests/landlock/
A D.gitignore1 /*_test
A DMakefile9 src_test := $(wildcard *_test.c)
/linux-6.3-rc2/tools/testing/selftests/openat2/
A D.gitignore2 /*_test
/linux-6.3-rc2/drivers/iio/test/
A Diio-test-format.c10 #define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val) do { \ argument
11 KUNIT_EXPECT_EQ(_test, strlen(_buf), _ret); \
12 KUNIT_EXPECT_STREQ(_test, (_buf), (_val)); \
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_queue_stack_map.h28 int _test(struct __sk_buff *skb) in _test() function
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
A Dresource_scale.sh58 ${current_test}_test "$target" "$should_fail"
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/
A Dresource_scale.sh62 ${current_test}_test "$target" "$should_fail"
/linux-6.3-rc2/lib/
A Dtest_scanf.c31 _test(check_fn fn, const void *check_data, const char *string, const char *fmt, in _test() function
199 _test(fn, &expect_val, test_buffer, "%" scan_fmt, 1, &result); \
347 _test(fn, check_data, string, fmt, 8, \
611 _test(fn, &expect, str, scan_fmt, n_args, &result[0], &result[1]); \
/linux-6.3-rc2/Documentation/dev-tools/kunit/
A Dstyle.rst91 name. Unless these tests are actually present, avoid using ``_test``, ``_unittest``
192 after the test suite, followed by ``_test``. If this is likely to conflict with
196 ``<suite>_test.c`` (or, as above, ``<suite>_kunit.c``). This file should be
/linux-6.3-rc2/tools/testing/selftests/kvm/aarch64/
A Dpage_fault_test.c759 #define _CHECK(_test) _CHECK_##_test argument
760 #define _PREPARE(_test) _PREPARE_##_test argument
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_sockmap.c151 struct _test { struct
184 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest()
1859 struct _test test[] = {
1877 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist()
1897 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist()
1929 struct _test t = test[i]; in __test_selftests()
/linux-6.3-rc2/drivers/firmware/
A Dedd.c66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument
70 .test = _test, \
/linux-6.3-rc2/net/netfilter/ipset/
A Dip_set_bitmap_gen.h26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
A Dip_set_hash_gen.h258 #define mtype_test IPSET_TOKEN(MTYPE, _test)
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/
A Digb_ethtool.c1220 static const u32 _test[] = { in reg_pattern_test() local
1222 for (pat = 0; pat < ARRAY_SIZE(_test); pat++) { in reg_pattern_test()
1223 wr32(reg, (_test[pat] & write)); in reg_pattern_test()
1225 if (val != (_test[pat] & write & mask)) { in reg_pattern_test()
1228 reg, val, (_test[pat] & write & mask)); in reg_pattern_test()
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/
A Dvxlan.sh287 sanitization_single_dev_learning_enabled_"$ADDR_FAMILY"_test
292 sanitization_single_dev_udp_checksum_"$ADDR_FAMILY"_test
/linux-6.3-rc2/Documentation/driver-api/
A Dntb.rst203 NTB MSI Test Client (ntb\_msi\_test)

Completed in 55 milliseconds