Searched refs:condition (Results 1 – 4 of 4) 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 …condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); a… argument215 …define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument