Home
last modified time | relevance | path

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

12

/tools/perf/arch/sparc/annotate/
A 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/selftests/nolibc/
A Dnolibc-test.c185 #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 Drcupdate.h8 #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 Dbootconfig.h18 #define WARN_ON(cond) \ argument
22 #define unlikely(cond) (cond) argument
/tools/perf/util/
A Dmutex.h96 struct cond { struct
97 pthread_cond_t cond; argument
A Dtop.h58 struct cond cond; member
/tools/include/linux/
A Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
A Dkernel.h51 #define BUG_ON(cond) do { if (cond) {} } while (0) argument
53 #define BUG_ON(cond) assert(!(cond)) argument
A Dbuild_bug.h39 #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg) argument
/tools/testing/scatterlist/
A 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/net/tcp_ao/lib/
A Dsock.c91 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 Daolib.h601 test_cnt cond, volatile int *err) in test_skpair_connect_poll()
/tools/testing/selftests/sync/
A Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/tools/lib/perf/include/internal/
A Dtests.h47 #define __T(text, cond) \ argument
/tools/testing/selftests/bpf/
A Dbpf_experimental.h515 #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 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/drivers/net/hw/
A Ddevlink_port_split.py169 def test(cond, msg): argument
/tools/perf/tests/
A Dtests.h14 #define TEST_ASSERT_VAL(text, cond) \ argument
/tools/testing/selftests/net/lib/py/
A Dksft.py118 def ksft_busy_wait(cond, sleep=0.005, deadline=1, comment=""): argument
/tools/objtool/arch/x86/
A Ddecode.c9 #define unlikely(cond) (cond) argument
/tools/testing/selftests/mm/
A Dpkey_sighandler_tests.c36 static pthread_cond_t cond = PTHREAD_COND_INITIALIZER; variable
/tools/usb/
A Dffs-test.c101 #define die_on(cond, ...) do { \ argument
/tools/testing/selftests/net/
A Dpsock_tpacket.c52 # define bug_on(cond) assert(!(cond)) argument
A Dbpf_offload.py78 def skip(cond, msg): argument
85 def fail(cond, msg): argument
/tools/testing/selftests/kvm/include/
A Dkvm_util.h323 #define __TEST_ASSERT_VM_VCPU_IOCTL(cond, name, ret, vm) \ argument
341 #define TEST_ASSERT_VM_VCPU_IOCTL(cond, cmd, ret, vm) \ argument

Completed in 83 milliseconds

12