/tools/perf/arch/sparc/annotate/ |
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/radix-tree/linux/ |
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/include/linux/ |
D | refcount.h | 45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument 48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
|
D | build_bug.h | 39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
|
D | kernel.h | 72 #define BUG_ON(cond) do { if (cond) {} } while (0) argument 74 #define BUG_ON(cond) assert(!(cond)) argument
|
/tools/bootconfig/include/linux/ |
D | bug.h | 8 #define WARN_ON(cond) \ argument
|
D | kernel.h | 13 #define unlikely(cond) (cond) argument
|
/tools/testing/scatterlist/ |
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/sync/ |
D | synctest.h | 34 #define ASSERT(cond, msg) do { \ argument
|
/tools/lib/perf/include/internal/ |
D | tests.h | 47 #define __T(text, cond) \ argument
|
/tools/perf/tests/ |
D | tests.h | 7 #define TEST_ASSERT_VAL(text, cond) \ argument
|
/tools/tracing/latency/ |
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/net/ |
D | devlink_port_split.py | 169 def test(cond, msg): argument
|
D | psock_tpacket.c | 52 # define bug_on(cond) assert(!(cond)) argument
|
/tools/objtool/arch/x86/ |
D | decode.c | 9 #define unlikely(cond) (cond) argument
|
/tools/perf/util/ |
D | top.h | 54 pthread_cond_t cond; member
|
/tools/usb/ |
D | ffs-test.c | 101 #define die_on(cond, ...) do { \ argument
|
/tools/testing/selftests/bpf/ |
D | test_offload.py | 75 def skip(cond, msg): argument 82 def fail(cond, msg): argument
|
/tools/perf/bench/ |
D | numa.c | 494 static void init_global_cond(pthread_cond_t *cond) in init_global_cond()
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2447 pthread_cond_t *cond; member 2476 pthread_cond_t cond; in FIXTURE() local
|