Searched refs:_test (Results 1 – 14 of 14) sorted by relevance
| /Linux-v5.10/tools/testing/nvdimm/ |
| D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
| /Linux-v5.10/fs/unicode/ |
| D | utf8-selftest.c | 25 #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 | .gitignore | 2 /*_test
|
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| D | resource_scale.sh | 43 ${current_test}_test "$target" "$should_fail"
|
| /Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| D | resource_scale.sh | 45 ${current_test}_test "$target" "$should_fail"
|
| /Linux-v5.10/tools/testing/selftests/bpf/progs/ |
| D | test_queue_stack_map.h | 30 int _test(struct __sk_buff *skb) in _test() function
|
| /Linux-v5.10/Documentation/filesystems/ext4/ |
| D | bitmaps.rst | 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
| /Linux-v5.10/tools/testing/selftests/bpf/ |
| 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() 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/ |
| D | style.rst | 93 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/ |
| D | edd.c | 66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument 70 .test = _test, \
|
| /Linux-v5.10/net/netfilter/ipset/ |
| D | ip_set_bitmap_gen.h | 26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| D | ip_set_hash_gen.h | 286 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| /Linux-v5.10/drivers/net/ethernet/intel/igb/ |
| 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-v5.10/Documentation/driver-api/ |
| D | ntb.rst | 203 NTB MSI Test Client (ntb\_msi\_test)
|