Searched refs:wait_queue_head (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/kernel/sched/
H A Dwait.c8 void __init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key)
17 void add_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
28 void add_wait_queue_exclusive(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
39 void add_wait_queue_priority(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
50 void remove_wait_queue(struct wait_queue_head *wq_head, struct wait_queue_entry *wq_entry)
73 static int __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode,
99 static int __wake_up_common_lock(struct wait_queue_head *wq_head, unsigned int mode,
124 int __wake_up(struct wait_queue_head *wq_head, unsigned int mode,
131 void __wake_up_on_current_cpu(struct wait_queue_head *wq_head, unsigned int mode, void *key)
139 void __wake_up_locked(struct wait_queue_head *wq_hea
[all...]
H A Dwait_bit.c41 __wait_on_bit(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry,
61 struct wait_queue_head *wq_head = bit_waitqueue(word, bit);
72 struct wait_queue_head *wq_head = bit_waitqueue(word, bit);
82 __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry,
114 struct wait_queue_head *wq_head = bit_waitqueue(word, bit);
121 void __wake_up_bit(struct wait_queue_head *wq_head, void *word, int bit)
/linux-master/include/linux/
H A Dwait.h35 struct wait_queue_head { struct
39 typedef struct wait_queue_head wait_queue_head_t;
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_class_key *);
75 struct wait_queue_head name = __WAIT_QUEUE_HEAD_INIT_ONSTACK(name)
104 * Use either while holding wait_queue_head::lock or when used for wakeups
125 static inline int waitqueue_active(struct wait_queue_head *wq_head)
138 static inline bool wq_has_single_sleeper(struct wait_queue_head *wq_head)
151 static inline bool wq_has_sleeper(struct wait_queue_head *wq_head)
164 extern void add_wait_queue(struct wait_queue_head *wq_hea
[all...]
H A 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_action_f *action, unsigned int mode);
28 int __wait_on_bit_lock(struct wait_queue_head *wq_head, struct wait_bit_queue_entry *wbq_entry, wait_bit_action_f *action, unsigned int mode);
33 struct wait_queue_head *bit_waitqueue(void *word, int bit);
245 struct wait_queue_head *__wq_head = __var_waitqueue(var); \
H A Dio_uring_types.h92 struct wait_queue_head wait;
333 struct wait_queue_head cq_wait;
366 struct wait_queue_head sqo_sq_wait;
378 struct wait_queue_head poll_wq;
389 struct wait_queue_head rsrc_quiesce_wq;
/linux-master/io_uring/
H A Dsqpoll.h12 struct wait_queue_head wait;
H A Dpoll.h13 struct wait_queue_head *head;
H A Dio-wq.h30 struct wait_queue_head wait;
H A Dpoll.c183 struct wait_queue_head *head = smp_load_acquire(&poll->head);
469 struct wait_queue_head *head;
493 struct wait_queue_head *head,
549 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head,
669 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head,
H A Dwaitid.c30 struct wait_queue_head *head;
/linux-master/fs/xfs/
H A Dxfs_pwork.h21 struct wait_queue_head poll_wait;
H A Dxfs_drain.h22 struct wait_queue_head dr_waiters;
H A Dxfs_drain.c60 static inline bool has_waiters(struct wait_queue_head *wq_head)
H A Dxfs_dquot.h85 struct wait_queue_head q_pinwait;
H A Dxfs_log_priv.h613 struct wait_queue_head *wq,
/linux-master/fs/btrfs/
H A Dmisc.h21 static inline void cond_wake_up(struct wait_queue_head *wq)
31 static inline void cond_wake_up_nomb(struct wait_queue_head *wq)
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h97 struct wait_queue_head packet_wq;
102 struct wait_queue_head wq;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_sched.h110 struct wait_queue_head wq;
/linux-master/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c44 struct wait_queue_head wqh;
/linux-master/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c51 struct wait_queue_head wait_head;
/linux-master/drivers/media/platform/ti/cal/
H A Dcal.h131 struct wait_queue_head wait;
/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c28 struct wait_queue_head wq;
/linux-master/include/net/
H A Dtls.h137 struct wait_queue_head wq;
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h315 struct wait_queue_head wq;
/linux-master/sound/soc/atmel/
H A Dmchp-i2s-mcc.c237 struct wait_queue_head wq_txrdy;
238 struct wait_queue_head wq_rxrdy;

Completed in 453 milliseconds

12