Home
last modified time | relevance | path

Searched defs:wq_head (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dwait.h63 #define init_waitqueue_head(wq_head) \ argument
124 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active()
137 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper()
154 static inline void __add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_en… in __add_wait_queue()
163 __add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __add_wait_queue_exclusive()
169 static inline void __add_wait_queue_entry_tail(struct wait_queue_head *wq_head, struct wait_queue_e… in __add_wait_queue_entry_tail()
175 __add_wait_queue_entry_tail_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_… in __add_wait_queue_entry_tail_exclusive()
182 __remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry) in __remove_wait_queue()
233 static inline void wake_up_pollfree(struct wait_queue_head *wq_head) in wake_up_pollfree()
272 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
[all …]