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()
264 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
288 #define __wait_event(wq_head, condition) \ argument
304 #define wait_event(wq_head, condition) \ argument
312 #define __io_wait_event(wq_head, condition) \ argument
319 #define io_wait_event(wq_head, condition) \ argument
327 #define __wait_event_freezable(wq_head, condition) \ argument
343 #define wait_event_freezable(wq_head, condition) \ argument
352 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
376 #define wait_event_timeout(wq_head, condition, timeout) \ argument
385 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
394 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
403 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
409 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
416 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
434 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
441 #define __wait_event_interruptible(wq_head, condition) \ argument
460 #define wait_event_interruptible(wq_head, condition) \ argument
469 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
494 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
504 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
544 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
633 #define wait_event_idle(wq_head, condition) \ argument
657 #define wait_event_idle_exclusive(wq_head, condition) \ argument
664 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
688 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
697 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
725 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
889 #define wait_event_killable(wq_head, condition) \ argument
898 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
925 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
936 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
966 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
993 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1001 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1033 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1064 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1073 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1104 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1115 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument