Lines Matching defs:wq_head
65 #define init_waitqueue_head(wq_head) \ argument
126 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active()
139 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper()
152 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper()
169 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en… in __add_wait_queue()
178 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive()
184 static inline void __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_e… in __add_wait_queue_entry_tail()
190 __add_wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_… in __add_wait_queue_entry_tail_exclusive()
197 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue()
252 static inline void wake_up_pollfree(struct wait_queue_head *wq_head) in wake_up_pollfree()
291 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
315 #define __wait_event(wq_head, condition) \ argument
331 #define wait_event(wq_head, condition) \ argument
339 #define __io_wait_event(wq_head, condition) \ argument
346 #define io_wait_event(wq_head, condition) \ argument
354 #define __wait_event_freezable(wq_head, condition) \ argument
370 #define wait_event_freezable(wq_head, condition) \ argument
379 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
403 #define wait_event_timeout(wq_head, condition, timeout) \ argument
412 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
421 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
430 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
436 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
443 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
461 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
468 #define __wait_event_interruptible(wq_head, condition) \ argument
487 #define wait_event_interruptible(wq_head, condition) \ argument
496 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
521 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
531 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
572 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
661 #define wait_event_idle(wq_head, condition) \ argument
685 #define wait_event_idle_exclusive(wq_head, condition) \ argument
692 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
716 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
725 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
753 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
917 #define wait_event_killable(wq_head, condition) \ argument
926 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
953 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
964 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
994 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1021 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1029 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1061 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1092 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1101 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1132 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1143 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument