Lines Matching defs:wq
174 struct wait_queue_entry *wq; in __add_wait_queue() local
611 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
621 #define __wait_event_interruptible_exclusive(wq, condition) \ argument
625 #define wait_event_interruptible_exclusive(wq, condition) \ argument
634 #define __wait_event_killable_exclusive(wq, condition) \ argument
638 #define wait_event_killable_exclusive(wq, condition) \ argument
648 #define __wait_event_freezable_exclusive(wq, condition) \ argument
652 #define wait_event_freezable_exclusive(wq, condition) \ argument
778 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ argument
818 #define wait_event_interruptible_locked(wq, condition) \ argument
845 #define wait_event_interruptible_locked_irq(wq, condition) \ argument
876 #define wait_event_interruptible_exclusive_locked(wq, condition) \ argument
907 #define wait_event_interruptible_exclusive_locked_irq(wq, condition) \ argument
912 #define __wait_event_killable(wq, condition) \ argument
939 #define __wait_event_state(wq, condition, state) \ argument