Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 20 of 20) sorted by relevance

/tools/perf/arch/sparc/annotate/
Dinstructions.c3 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/
Drcupdate.h8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
9 #define rcu_dereference_check(p, cond) rcu_dereference(p) argument
/tools/include/linux/
Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
Dkernel.h72 #define BUG_ON(cond) do { if (cond) {} } while (0) argument
74 #define BUG_ON(cond) assert(!(cond)) argument
/tools/bootconfig/include/linux/
Dbug.h8 #define WARN_ON(cond) \ argument
Dkernel.h13 #define unlikely(cond) (cond) argument
/tools/testing/scatterlist/
Dmain.c30 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/
Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/tools/lib/perf/include/internal/
Dtests.h47 #define __T(text, cond) \ argument
/tools/perf/tests/
Dtests.h7 #define TEST_ASSERT_VAL(text, cond) \ argument
/tools/tracing/latency/
Dlatency-collector.c193 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/
Ddevlink_port_split.py169 def test(cond, msg): argument
Dpsock_tpacket.c52 # define bug_on(cond) assert(!(cond)) argument
/tools/objtool/arch/x86/
Ddecode.c9 #define unlikely(cond) (cond) argument
/tools/perf/util/
Dtop.h54 pthread_cond_t cond; member
/tools/usb/
Dffs-test.c101 #define die_on(cond, ...) do { \ argument
/tools/testing/selftests/bpf/
Dtest_offload.py75 def skip(cond, msg): argument
82 def fail(cond, msg): argument
/tools/perf/bench/
Dnuma.c494 static void init_global_cond(pthread_cond_t *cond) in init_global_cond()
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2447 pthread_cond_t *cond; member
2476 pthread_cond_t cond; in FIXTURE() local