Lines Matching defs:wq_head

66 #define init_waitqueue_head(wq_head)						\  argument
127 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active()
140 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper()
153 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper()
171 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en… in __add_wait_queue()
188 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive()
194 static inline void __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_e… in __add_wait_queue_entry_tail()
200 __add_wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_… in __add_wait_queue_entry_tail_exclusive()
207 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue()
274 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
298 #define __wait_event(wq_head, condition) \ argument
314 #define wait_event(wq_head, condition) \ argument
322 #define __io_wait_event(wq_head, condition) \ argument
329 #define io_wait_event(wq_head, condition) \ argument
337 #define __wait_event_freezable(wq_head, condition) \ argument
353 #define wait_event_freezable(wq_head, condition) \ argument
362 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
386 #define wait_event_timeout(wq_head, condition, timeout) \ argument
395 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
404 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
413 #define __wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
419 #define wait_event_exclusive_cmd(wq_head, condition, cmd1, cmd2) \ argument
426 #define __wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
444 #define wait_event_cmd(wq_head, condition, cmd1, cmd2) \ argument
451 #define __wait_event_interruptible(wq_head, condition) \ argument
470 #define wait_event_interruptible(wq_head, condition) \ argument
479 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
504 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
514 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
554 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
643 #define wait_event_idle(wq_head, condition) \ argument
667 #define wait_event_idle_exclusive(wq_head, condition) \ argument
674 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
698 #define wait_event_idle_timeout(wq_head, condition, timeout) \ argument
707 #define __wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
735 #define wait_event_idle_exclusive_timeout(wq_head, condition, timeout) \ argument
899 #define wait_event_killable(wq_head, condition) \ argument
908 #define __wait_event_killable_timeout(wq_head, condition, timeout) \ argument
935 #define wait_event_killable_timeout(wq_head, condition, timeout) \ argument
946 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
976 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1003 #define wait_event_lock_irq(wq_head, condition, lock) \ argument
1011 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1043 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1074 #define wait_event_interruptible_lock_irq(wq_head, condition, lock) \ argument
1083 #define __wait_event_lock_irq_timeout(wq_head, condition, lock, timeout, state) \ argument
1114 #define wait_event_interruptible_lock_irq_timeout(wq_head, condition, lock, \ argument
1125 #define wait_event_lock_irq_timeout(wq_head, condition, lock, timeout) \ argument