Searched defs:condition (Results 1 – 13 of 13) sorted by relevance
/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/testing/selftests/bpf/ |
D | test_progs.h | 95 #define _CHECK(condition, tag, duration, format...) ({ \ argument 108 #define CHECK_FAIL(condition) ({ \ argument 117 #define CHECK(condition, tag, format...) \ argument 119 #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_btf_dump.c | 9 #define CHECK(condition, format...) ({ \ argument
|
D | test_hashmap.c | 13 #define CHECK(condition, format...) ({ \ argument
|
D | test_sock_fields.c | 43 #define CHECK(condition, tag, format...) ({ \ argument
|
D | test_select_reuseport.c | 49 #define CHECK(condition, tag, format...) ({ \ argument
|
D | test_btf.c | 36 #define CHECK(condition, format...) ({ \ argument
|
/tools/testing/selftests/vm/ |
D | map_populate.c | 24 #define BUG_ON(condition, description) \ argument
|
/tools/testing/scatterlist/linux/ |
D | mm.h | 17 #define WARN_ON(condition) ({ \ argument 22 #define WARN_ON_ONCE(condition) ({ \ argument
|
/tools/include/linux/ |
D | kernel.h | 38 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
/tools/testing/selftests/x86/ |
D | protection_keys.c | 69 #define pkey_assert(condition) do { \ argument
|