Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_kunit_helpers.h48 #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 Dwatermark.h19 int x##_test(void) \
24 EXPORT_SYMBOL(x##_test)
/linux/tools/testing/nvdimm/
H A Dwatermark.h18 int x##_test(void) \
23 EXPORT_SYMBOL(x##_test)
/linux/drivers/iio/test/
H 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/tools/testing/selftests/lsm/
H A D.gitignore1 /*_test
/linux/tools/testing/selftests/openat2/
H A D.gitignore2 /*_test
/linux/tools/testing/selftests/fchmodat2/
H A D.gitignore2 /*_test
/linux/tools/testing/selftests/landlock/
H A D.gitignore1 /*_test
H A DMakefile9 src_test := $(wildcard *_test.c)
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_queue_stack_map.h28 int _test(struct __sk_buff *skb) in _test() function
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dresource_scale.sh58 ${current_test}_test "$target" "$should_fail"
/linux/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Dresource_scale.sh62 ${current_test}_test "$target" "$should_fail"
/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c158 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 Dtests.c823 #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 Dedd.c66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument
70 .test = _test, \
/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst91 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 Dxe_migrate.c65 #define check(_retval, _expected, str, _test) \ argument
67 KUNIT_FAIL(_test, "Sanity check failed: " str \
/linux/net/netfilter/ipset/
H A Dip_set_bitmap_gen.h28 #define mtype_test IPSET_TOKEN(MTYPE, _test)
H A Dip_set_hash_gen.h260 #define mtype_test IPSET_TOKEN(MTYPE, _test)
/linux/Documentation/driver-api/
H A Dntb.rst203 NTB MSI Test Client (ntb\_msi\_test)
210 * *debugfs*/ntb\_msi\_test/*hw*/
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1223 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 Dvxlan.sh287 sanitization_single_dev_learning_enabled_"$ADDR_FAMILY"_test
292 sanitization_single_dev_udp_checksum_"$ADDR_FAMILY"_test