/tools/include/asm/ |
D | bug.h | 10 #define WARN(condition, format...) ({ \ argument 17 #define WARN_ON(condition) ({ \ argument 25 #define WARN_ON_ONCE(condition) ({ \ argument 36 #define WARN_ONCE(condition, format...) ({ \ argument
|
/tools/include/linux/ |
D | compiler.h | 12 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 19 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 22 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 34 #define compiletime_assert(condition, msg) \ argument
|
D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/tools/testing/selftests/filesystems/fuse/ |
D | test_framework.h | 49 #define TESTCOND(condition) \ argument 60 #define TESTCONDERR(condition) \ argument 73 #define TEST(statement, condition) \ argument 79 #define TESTERR(statement, condition) \ argument
|
/tools/testing/selftests/bpf/ |
D | test_maps.h | 8 #define CHECK(condition, tag, format...) ({ \ argument
|
D | get_cgroup_id_user.c | 24 #define CHECK(condition, tag, format...) ({ \ argument
|
D | test_progs.h | 186 #define _CHECK(condition, tag, duration, format...) ({ \ argument 201 #define CHECK_FAIL(condition) ({ \ argument 212 #define CHECK(condition, tag, format...) \ argument 214 #define CHECK_ATTR(condition, tag, format...) \ argument
|
/tools/testing/selftests/mm/ |
D | map_populate.c | 22 #define BUG_ON(condition, description) \ argument
|
D | mremap_dontunmap.c | 30 #define BUG_ON(condition, description) \ argument
|
D | pkey-helpers.h | 71 #define pkey_assert(condition) do { \ argument
|
/tools/testing/scatterlist/linux/ |
D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|
/tools/testing/selftests/ |
D | kselftest.h | 206 #define ksft_test_result(condition, fmt, ...) do { \ argument 273 #define ksft_exit(condition) do { \ argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 52 #define RET_IF(condition, tag, format...) ({ \ argument 59 #define RET_ERR(condition, tag, format...) ({ \ argument
|
D | btf.c | 35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format) argument
|
/tools/testing/selftests/filesystems/incfs/ |
D | incfs_test.c | 67 #define TESTCOND(condition) \ argument 78 #define TEST(statement, condition) \ argument
|
/tools/testing/selftests/net/ |
D | ipsec.c | 44 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|