Searched defs:cond (Results 1 – 10 of 10) sorted by relevance
45 #define REFCOUNT_WARN(cond, str) (void)(cond) argument48 #define REFCOUNT_WARN(cond, str) BUG_ON(cond) argument
68 #define BUG_ON(cond) do { if (cond) {} } while (0) argument70 #define BUG_ON(cond) assert(!(cond)) argument
8 #define rcu_dereference_protected(p, cond) rcu_dereference(p) argument
34 #define ASSERT(cond, msg) do { \ argument
7 #define TEST_ASSERT_VAL(text, cond) \ argument
21 #define unlikely(cond) (cond) argument
125 #define WARN_ON_ONCE(cond) ((cond) && fprintf (stderr, "WARNING\n")) argument
114 #define die_on(cond, ...) do { \ argument
64 # define bug_on(cond) assert(!(cond)) argument
2206 pthread_cond_t *cond; member2235 pthread_cond_t cond; in FIXTURE_DATA() local