Lines Matching defs:wq
174 struct wait_queue_entry *wq; in __add_wait_queue() local
607 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
617 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
621 #define wait_event_interruptible_exclusive(wq, condition) \ argument
630 #define __wait_event_killable_exclusive(wq, condition) \ argument
634 #define wait_event_killable_exclusive(wq, condition) \ argument
644 #define __wait_event_freezable_exclusive(wq, condition) \ argument
648 #define wait_event_freezable_exclusive(wq, condition) \ argument
774 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
814 #define wait_event_interruptible_locked(wq, condition) \ argument
841 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
872 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
903 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
908 #define __wait_event_killable(wq, condition) \ argument
935 #define __wait_event_state(wq, condition, state) \ argument