Home
last modified time | relevance | path

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

/tools/include/linux/
Drefcount.h45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument
48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
Dkernel.h68 #define BUG_ON(cond) do { if (cond) {} } while (0) argument
70 #define BUG_ON(cond) assert(!(cond)) argument
/tools/testing/radix-tree/linux/
Drcupdate.h8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
/tools/testing/selftests/sync/
Dsynctest.h34 #define ASSERT(cond, msg) do { \ argument
/tools/perf/tests/
Dtests.h7 #define TEST_ASSERT_VAL(text, cond) \ argument
/tools/objtool/arch/x86/
Ddecode.c21 #define unlikely(cond) (cond) argument
/tools/virtio/linux/
Dkernel.h125 #define WARN_ON_ONCE(cond) ((cond) && fprintf (stderr, "WARNING\n")) argument
/tools/usb/
Dffs-test.c114 #define die_on(cond, ...) do { \ argument
/tools/testing/selftests/net/
Dpsock_tpacket.c64 # define bug_on(cond) assert(!(cond)) argument
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2206 pthread_cond_t *cond; member
2235 pthread_cond_t cond; in FIXTURE_DATA() local