/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 48 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 49 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \ 93 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 94 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
|
/linux/tools/testing/cxl/ |
H A D | watermark.h | 19 int x##_test(void) \ 24 EXPORT_SYMBOL(x##_test)
|
/linux/tools/testing/nvdimm/ |
H A D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
/linux/drivers/iio/test/ |
H 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/tools/testing/selftests/lsm/ |
H A D | .gitignore | 1 /*_test
|
/linux/tools/testing/selftests/openat2/ |
H A D | .gitignore | 2 /*_test
|
/linux/tools/testing/selftests/fchmodat2/ |
H A D | .gitignore | 2 /*_test
|
/linux/tools/testing/selftests/landlock/ |
H A D | .gitignore | 1 /*_test
|
H A D | Makefile | 9 src_test := $(wildcard *_test.c)
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_queue_stack_map.h | 28 int _test(struct __sk_buff *skb) in _test() function
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
H A D | resource_scale.sh | 58 ${current_test}_test "$target" "$should_fail"
|
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | resource_scale.sh | 62 ${current_test}_test "$target" "$should_fail"
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 158 struct _test { struct 191 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest() 1985 struct _test test[] = { 2003 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist() 2026 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist() 2061 struct _test t = test[i]; in __test_selftests()
|
/linux/fs/bcachefs/ |
H A D | tests.c | 823 #define perf_test(_test) \ in bch2_btree_perf_test() argument 824 if (!strcmp(testname, #_test)) j.fn = _test in bch2_btree_perf_test()
|
/linux/drivers/firmware/ |
H A D | edd.c | 66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument 70 .test = _test, \
|
/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 91 name. Unless these tests are actually present, avoid using ``_test``, ``_unittest`` 201 Note that the ``_test`` suffix has also been used in some existing
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_migrate.c | 65 #define check(_retval, _expected, str, _test) \ argument 67 KUNIT_FAIL(_test, "Sanity check failed: " str \
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_gen.h | 28 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
H A D | ip_set_hash_gen.h | 260 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
/linux/Documentation/driver-api/ |
H A D | ntb.rst | 203 NTB MSI Test Client (ntb\_msi\_test) 210 * *debugfs*/ntb\_msi\_test/*hw*/
|
/linux/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 1223 static const u32 _test[] = { in reg_pattern_test() local 1225 for (pat = 0; pat < ARRAY_SIZE(_test); pat++) { in reg_pattern_test() 1226 wr32(reg, (_test[pat] & write)); in reg_pattern_test() 1228 if (val != (_test[pat] & write & mask)) { in reg_pattern_test() 1231 reg, val, (_test[pat] & write & mask)); in reg_pattern_test()
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | vxlan.sh | 287 sanitization_single_dev_learning_enabled_"$ADDR_FAMILY"_test 292 sanitization_single_dev_udp_checksum_"$ADDR_FAMILY"_test
|