Home
last modified time | relevance | path

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

/include/linux/
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)
62 extern void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_cl…
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()
164 extern void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry);
165 extern void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_e…
[all …]
Dwait_bit.h26 void __wake_up_bit(struct wait_queue_head *wq_head, void *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(void *word, int bit);
245 struct wait_queue_head *__wq_head = __var_waitqueue(var); \
Dio_uring_types.h94 struct wait_queue_head wait;
332 struct wait_queue_head cq_wait;
359 struct wait_queue_head sqo_sq_wait;
368 struct wait_queue_head poll_wq;
378 struct wait_queue_head rsrc_quiesce_wq;
Dfs.h757 struct wait_queue_head *inode_bit_waitqueue(struct wait_bit_queue_entry *wqe,
/include/trace/hooks/
Dfuse.h14 struct wait_queue_head;
16 TP_PROTO(struct wait_queue_head *wq_head),
Dsched.h347 TP_PROTO(struct wait_queue_head *wq_head, int *done, struct sock *sk),
/include/linux/soc/mediatek/
Dgzvm_drv.h302 void add_wait_queue_priority(struct wait_queue_head *wq_head,
/include/net/
Dtls.h141 struct wait_queue_head wq;