/linux-6.3-rc2/include/drm/ |
A D | drm_kunit_helpers.h | 40 #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 D | watermark.h | 19 int x##_test(void) \ 24 EXPORT_SYMBOL(x##_test)
|
/linux-6.3-rc2/tools/testing/nvdimm/ |
A D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
/linux-6.3-rc2/fs/unicode/ |
A D | utf8-selftest.c | 23 #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 | .gitignore | 1 /*_test
|
A D | Makefile | 9 src_test := $(wildcard *_test.c)
|
/linux-6.3-rc2/tools/testing/selftests/openat2/ |
A D | .gitignore | 2 /*_test
|
/linux-6.3-rc2/drivers/iio/test/ |
A D | iio-test-format.c | 10 #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 D | test_queue_stack_map.h | 28 int _test(struct __sk_buff *skb) in _test() function
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
A D | resource_scale.sh | 58 ${current_test}_test "$target" "$should_fail"
|
/linux-6.3-rc2/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
A D | resource_scale.sh | 62 ${current_test}_test "$target" "$should_fail"
|
/linux-6.3-rc2/lib/ |
A D | test_scanf.c | 31 _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 D | style.rst | 91 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 D | page_fault_test.c | 759 #define _CHECK(_test) _CHECK_##_test argument 760 #define _PREPARE(_test) _PREPARE_##_test argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_sockmap.c | 151 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 D | edd.c | 66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument 70 .test = _test, \
|
/linux-6.3-rc2/net/netfilter/ipset/ |
A D | ip_set_bitmap_gen.h | 26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
A D | ip_set_hash_gen.h | 258 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igb/ |
A D | igb_ethtool.c | 1220 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 D | vxlan.sh | 287 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 D | ntb.rst | 203 NTB MSI Test Client (ntb\_msi\_test)
|