Lines Matching defs:wq
174 struct wait_queue_entry *wq; in __add_wait_queue() local
610 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
620 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
624 #define wait_event_interruptible_exclusive(wq, condition) \ argument
633 #define __wait_event_killable_exclusive(wq, condition) \ argument
637 #define wait_event_killable_exclusive(wq, condition) \ argument
647 #define __wait_event_freezable_exclusive(wq, condition) \ argument
651 #define wait_event_freezable_exclusive(wq, condition) \ argument
777 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
817 #define wait_event_interruptible_locked(wq, condition) \ argument
844 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
875 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
906 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
911 #define __wait_event_killable(wq, condition) \ argument
938 #define __wait_event_state(wq, condition, state) \ argument