Home
last modified time | relevance | path

Searched refs:wait_queue_head (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dwait.h35 struct wait_queue_head { struct
39 typedef struct wait_queue_head wait_queue_head_t; argument
60 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INITIALIZER(name)
75 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name)
125 static inline int waitqueue_active(struct wait_queue_head *wq_head) in waitqueue_active()
138 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head) in wq_has_single_sleeper()
151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head) in wq_has_sleeper()
167 extern int add_wait_queue_priority_exclusive(struct wait_queue_head *wq_head,
218 void __wake_up_sync(struct wait_queue_head *wq_head, unsigned int mode);
219 void __wake_up_pollfree(struct wait_queue_head *wq_head);
[all …]
A Dwait_bit.h26 void __wake_up_bit(struct wait_queue_head *wq_head, unsigned long *word, int bit);
27 int __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit…
28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wai…
33 struct wait_queue_head *bit_waitqueue(unsigned long *word, int bit);
256 struct wait_queue_head *__wq_head = __var_waitqueue(var); \
A Dio_uring_types.h102 struct wait_queue_head wait;
361 struct wait_queue_head cq_wait;
386 struct wait_queue_head sqo_sq_wait;
393 struct wait_queue_head poll_wq;
A Dfs.h809 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
/include/net/
A Dtls.h141 struct wait_queue_head wq;

Completed in 25 milliseconds