/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 | 14 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument 21 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument 24 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument 36 #define compiletime_assert(condition, msg) \ argument
|
D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
/tools/testing/selftests/bpf/ |
D | test_progs.h | 102 #define _CHECK(condition, tag, duration, format...) ({ \ argument 117 #define CHECK_FAIL(condition) ({ \ argument 128 #define CHECK(condition, tag, format...) \ argument 130 #define CHECK_ATTR(condition, tag, format...) \ argument
|
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_current_pid_tgid_new_ns.c | 13 #define CHECK_NEWNS(condition, tag, format...) ({ \ argument
|
/tools/testing/selftests/vm/ |
D | map_populate.c | 24 #define BUG_ON(condition, description) \ argument
|
D | mremap_dontunmap.c | 33 #define BUG_ON(condition, description) \ argument
|
D | pkey-helpers.h | 69 #define pkey_assert(condition) do { \ argument
|
/tools/testing/selftests/ |
D | kselftest.h | 160 #define ksft_test_result(condition, fmt, ...) do { \ argument 227 #define ksft_exit(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/bpf/prog_tests/ |
D | select_reuseport.c | 53 #define RET_IF(condition, tag, format...) ({ \ argument 60 #define RET_ERR(condition, tag, format...) ({ \ argument
|
D | btf.c | 37 #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 | 45 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|