Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/nvdimm/
Dwatermark.h18 int x##_test(void) \
23 EXPORT_SYMBOL(x##_test)
/Linux-v5.10/fs/unicode/
Dutf8-selftest.c25 #define _test(cond, func, line, fmt, ...) do { \ macro
35 #define test_f(cond, fmt, ...) _test(cond, __func__, __LINE__, fmt, ##__VA_ARGS__)
36 #define test(cond) _test(cond, __func__, __LINE__, "")
/Linux-v5.10/tools/testing/selftests/openat2/
D.gitignore2 /*_test
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
Dresource_scale.sh43 ${current_test}_test "$target" "$should_fail"
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/
Dresource_scale.sh45 ${current_test}_test "$target" "$should_fail"
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_queue_stack_map.h30 int _test(struct __sk_buff *skb) in _test() function
/Linux-v5.10/Documentation/filesystems/ext4/
Dbitmaps.rst20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_sockmap.c151 struct _test { struct
184 static int test_start_subtest(const struct _test *t, struct sockmap_options *o) in test_start_subtest()
1764 struct _test test[] = {
1780 static int check_whitelist(struct _test *t, struct sockmap_options *opt) in check_whitelist()
1800 static int check_blacklist(struct _test *t, struct sockmap_options *opt) in check_blacklist()
1831 for (i = 0; i < sizeof(test)/sizeof(struct _test); i++) { in __test_selftests()
1832 struct _test t = test[i]; in __test_selftests()
/Linux-v5.10/Documentation/dev-tools/kunit/
Dstyle.rst93 Unless these tests are actually present, avoid using ``_test``, ``_unittest`` or
195 after the test suite, followed by ``_test``. If this is likely to conflict with
199 ``<suite>_test.c`` (or, as above, ``<suite>_kunit.c``). This file should be
/Linux-v5.10/drivers/firmware/
Dedd.c66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument
70 .test = _test, \
/Linux-v5.10/net/netfilter/ipset/
Dip_set_bitmap_gen.h26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
Dip_set_hash_gen.h286 #define mtype_test IPSET_TOKEN(MTYPE, _test)
/Linux-v5.10/drivers/net/ethernet/intel/igb/
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-v5.10/Documentation/driver-api/
Dntb.rst203 NTB MSI Test Client (ntb\_msi\_test)