Searched defs:condition (Results 1 – 5 of 5) sorted by relevance
27 #define BUG_ON(condition) do { if (condition) ; } while(0) argument31 #define WARN_ON(condition) do { if (condition) ; } while(0) argument34 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely… argument
42 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
989 struct ff_condition_effect condition[2]; member
214 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitque… argument215 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
619 #define UTEST_CHECK(condition,message) \ argument