| /tools/include/asm/ |
| A 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/ |
| A 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
|
| A D | build_bug.h | 49 #define BUILD_BUG_ON(condition) \ argument
|
| /tools/testing/selftests/bpf/ |
| A D | test_maps.h | 9 #define CHECK(condition, tag, format...) ({ \ argument
|
| A D | test_progs.h | 197 #define _CHECK(condition, tag, duration, format...) ({ \ argument 212 #define CHECK_FAIL(condition) ({ \ argument 223 #define CHECK(condition, tag, format...) \ argument 225 #define CHECK_ATTR(condition, tag, format...) \ argument
|
| /tools/testing/selftests/mm/ |
| A D | map_populate.c | 25 #define BUG_ON(condition, description) \ argument
|
| A D | mremap_dontunmap.c | 30 #define BUG_ON(condition, description) \ argument
|
| A D | pkey-helpers.h | 72 #define pkey_assert(condition) do { \ argument
|
| /tools/testing/selftests/kselftest/ |
| A D | ksft.py | 68 def test_result(condition, description=""): argument
|
| /tools/testing/scatterlist/linux/ |
| A D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|
| /tools/testing/selftests/damon/ |
| A D | sysfs.py | 32 def assert_true(condition, expectation, status): argument
|
| /tools/testing/selftests/ |
| A D | kselftest.h | 216 #define ksft_test_result(condition, fmt, ...) do { \ argument 367 #define ksft_exit(condition) do { \ argument
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | select_reuseport.c | 50 #define RET_IF(condition, tag, format...) ({ \ argument 57 #define RET_ERR(condition, tag, format...) ({ \ argument
|
| A D | btf.c | 35 #define CHECK(condition, format...) _CHECK(condition, "check", duration, format) argument
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | sock.c | 75 test_cnt condition) in __skpair_poll_should_stop() 166 test_cnt condition, volatile int *err) in _test_skpair_connect_poll()
|
| /tools/testing/selftests/vDSO/ |
| A D | vdso_test_getrandom.c | 43 #define ksft_assert(condition) \ argument
|
| /tools/testing/selftests/proc/ |
| A D | proc-maps-race.c | 239 static bool print_boundaries_on(bool condition, const char *title, in print_boundaries_on()
|
| /tools/testing/selftests/net/ |
| A D | gro.c | 79 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
| A D | ipsec.c | 44 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|