Searched defs:condition (Results 1 – 5 of 5) sorted by relevance
22 #define BUG_ON(condition) do { if (condition) ; } while(0) argument26 #define WARN_ON(condition) do { if (condition) ; } while(0) argument29 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely… argument
33 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
689 struct ff_condition_effect condition[2]; member
180 #define __wait_event_lock_irq(wq, condition, lock, cmd) do { wait_queue_t __wait; init_waitque… argument182 #define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument
1027 struct ff_condition_effect condition[2]; member