Searched refs:_test (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.4/tools/testing/nvdimm/ |
| D | watermark.h | 18 int x##_test(void) \ 23 EXPORT_SYMBOL(x##_test)
|
| /Linux-v5.4/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.4/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| D | resource_scale.sh | 45 ${current_test}_test "$target" "$should_fail"
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_queue_stack_map.h | 30 int _test(struct __sk_buff *skb) in _test() function
|
| /Linux-v5.4/Documentation/filesystems/ext4/ |
| D | bitmaps.rst | 20 ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
|
| /Linux-v5.4/drivers/firmware/ |
| D | edd.c | 66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument 70 .test = _test, \
|
| /Linux-v5.4/net/netfilter/ipset/ |
| D | ip_set_bitmap_gen.h | 26 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| D | ip_set_hash_gen.h | 248 #define mtype_test IPSET_TOKEN(MTYPE, _test)
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb_ethtool.c | 1208 static const u32 _test[] = { in reg_pattern_test() local 1210 for (pat = 0; pat < ARRAY_SIZE(_test); pat++) { in reg_pattern_test() 1211 wr32(reg, (_test[pat] & write)); in reg_pattern_test() 1213 if (val != (_test[pat] & write & mask)) { in reg_pattern_test() 1216 reg, val, (_test[pat] & write & mask)); in reg_pattern_test()
|
| /Linux-v5.4/Documentation/driver-api/ |
| D | ntb.rst | 203 NTB MSI Test Client (ntb\_msi\_test)
|