| /tools/perf/arch/sparc/annotate/ |
| A D | instructions.c | 3 static int is_branch_cond(const char *cond) in is_branch_cond() 63 static int is_branch_reg_cond(const char *cond) in is_branch_reg_cond() 88 static int is_branch_float_cond(const char *cond) in is_branch_float_cond() 140 const char *cond = name + 1; in sparc__associate_instruction_ops() local
|
| /tools/testing/selftests/nolibc/ |
| A D | nolibc-test.c | 185 #define EXPECT_ZR(cond, expr) \ argument 199 #define EXPECT_NZ(cond, expr, val) \ argument 213 #define EXPECT_EQ(cond, expr, val) \ argument 227 #define EXPECT_NE(cond, expr, val) \ argument 241 #define EXPECT_GE(cond, expr, val) \ argument 255 #define EXPECT_GT(cond, expr, val) \ argument 297 #define EXPECT_SYSZR(cond, expr) \ argument 392 #define EXPECT_PTRZR(cond, expr) \ argument 411 #define EXPECT_PTRNZ(cond, expr) \ argument 545 #define EXPECT_STRZR(cond, expr) \ argument [all …]
|
| /tools/testing/shared/linux/ |
| A D | rcupdate.h | 8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument 9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
|
| /tools/bootconfig/include/linux/ |
| A D | bootconfig.h | 18 #define WARN_ON(cond) \ argument 22 #define unlikely(cond) (cond) argument
|
| /tools/perf/util/ |
| A D | mutex.h | 96 struct cond { struct 97 pthread_cond_t cond; argument
|
| A D | top.h | 58 struct cond cond; member
|
| /tools/include/linux/ |
| A D | refcount.h | 45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument 48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
|
| A D | kernel.h | 51 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 53 #define BUG_ON(cond) assert(!(cond)) argument
|
| A D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
| /tools/testing/scatterlist/ |
| A D | main.c | 30 static void fail(struct test *test, struct sg_table *st, const char *cond) in fail() 48 #define VALIDATE(cond, st, test) \ argument
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | sock.c | 91 struct tcp_counters *c, test_cnt cond, in __test_skpair_poll() 149 test_cnt cond, volatile int *err) in test_skpair_wait_poll() 590 test_cnt cond, volatile int *err, in _test_server_run() 632 int test_skpair_server(int sk, ssize_t quota, test_cnt cond, volatile int *err) in test_skpair_server() 648 struct tcp_counters *c, test_cnt cond, in test_client_loop() 714 test_cnt cond, volatile int *err) in test_skpair_client()
|
| A D | aolib.h | 601 test_cnt cond, volatile int *err) in test_skpair_connect_poll()
|
| /tools/testing/selftests/sync/ |
| A D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|
| /tools/lib/perf/include/internal/ |
| A D | tests.h | 47 #define __T(text, cond) \ argument
|
| /tools/testing/selftests/bpf/ |
| A D | bpf_experimental.h | 515 #define bpf_assert(cond) if (!(cond)) bpf_throw(0); argument 524 #define bpf_assert_with(cond, value) if (!(cond)) bpf_throw(value); argument
|
| /tools/tracing/latency/ |
| A D | latency-collector.c | 193 pthread_cond_t cond; member 226 pthread_cond_t cond; member 339 static __always_inline void cond_signal(pthread_cond_t *cond) in cond_signal() 346 static __always_inline void cond_wait(pthread_cond_t *restrict cond, in cond_wait() 354 static __always_inline void cond_broadcast(pthread_cond_t *cond) in cond_broadcast() 414 static __always_inline void cond_init(pthread_cond_t *cond, in cond_init() 423 cond_timedwait(pthread_cond_t *restrict cond, in cond_timedwait()
|
| /tools/testing/selftests/drivers/net/hw/ |
| A D | devlink_port_split.py | 169 def test(cond, msg): argument
|
| /tools/perf/tests/ |
| A D | tests.h | 14 #define TEST_ASSERT_VAL(text, cond) \ argument
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 118 def ksft_busy_wait(cond, sleep=0.005, deadline=1, comment=""): argument
|
| /tools/objtool/arch/x86/ |
| A D | decode.c | 9 #define unlikely(cond) (cond) argument
|
| /tools/testing/selftests/mm/ |
| A D | pkey_sighandler_tests.c | 36 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
|
| /tools/usb/ |
| A D | ffs-test.c | 101 #define die_on(cond, ...) do { \ argument
|
| /tools/testing/selftests/net/ |
| A D | psock_tpacket.c | 52 # define bug_on(cond) assert(!(cond)) argument
|
| A D | bpf_offload.py | 78 def skip(cond, msg): argument 85 def fail(cond, msg): argument
|
| /tools/testing/selftests/kvm/include/ |
| A D | kvm_util.h | 323 #define __TEST_ASSERT_VM_VCPU_IOCTL(cond, name, ret, vm) \ argument 341 #define TEST_ASSERT_VM_VCPU_IOCTL(cond, cmd, ret, vm) \ argument
|