Home
last modified time | relevance | path

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

12

/linux/include/linux/
H 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)
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 …]
H 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); \
H 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;
/linux/rust/kernel/sync/
H A Dcondvar.rs84 pub(crate) wait_queue_head: Opaque<bindings::wait_queue_head>, field
108 wait_queue_head <- Opaque::ffi_init(|slot| unsafe { in new()
127 bindings::prepare_to_wait_exclusive(self.wait_queue_head.get(), wait.get(), wait_state) in wait_internal()
134 unsafe { bindings::finish_wait(self.wait_queue_head.get(), wait.get()) }; in wait_internal()
206 self.wait_queue_head.get(), in notify()
222 unsafe { bindings::__wake_up_sync(self.wait_queue_head.get(), TASK_NORMAL) }; in notify_sync()
H A Dpoll.rs61 unsafe { bindings::poll_wait(file.as_ptr(), cv.wait_queue_head.get(), self.table) } in register_wait()
99 unsafe { bindings::__wake_up_pollfree(self.inner.wait_queue_head.get()) }; in drop()
/linux/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.h97 struct wait_queue_head packet_wq;
102 struct wait_queue_head wq;
/linux/fs/btrfs/
H A Dmisc.h23 static inline void cond_wake_up(struct wait_queue_head *wq) in cond_wake_up()
33 static inline void cond_wake_up_nomb(struct wait_queue_head *wq) in cond_wake_up_nomb()
/linux/fs/xfs/
H A Dxfs_drain.h23 struct wait_queue_head dr_waiters;
H A Dxfs_pwork.h21 struct wait_queue_head poll_wait;
H A Dxfs_drain.c60 static inline bool has_waiters(struct wait_queue_head *wq_head) in has_waiters()
H A Dxfs_dquot.h91 struct wait_queue_head q_pinwait;
H A Dxfs_log_priv.h579 struct wait_queue_head *wq, in xlog_wait()
/linux/io_uring/
H A Dio-wq.h27 struct wait_queue_head wait;
H A Dwaitid.c30 struct wait_queue_head *head;
H A Dmock_file.c25 struct wait_queue_head poll_wq;
H A Dio_uring.h297 static inline void __io_wq_wake(struct wait_queue_head *wq) in __io_wq_wake()
/linux/arch/powerpc/platforms/pseries/
H A Drtas-work-area.c44 struct wait_queue_head wqh;
/linux/drivers/md/dm-vdo/indexer/
H A Dfunnel-requestqueue.c51 struct wait_queue_head wait_head;
/linux/drivers/nfc/
H A Dvirtual_ncidev.c28 struct wait_queue_head wq;
/linux/drivers/accel/amdxdna/
H A Daie2_pci.h140 struct wait_queue_head job_free_wq;
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc.h317 struct wait_queue_head wq;
/linux/include/net/
H A Dtls.h141 struct wait_queue_head wq;
/linux/sound/soc/atmel/
H A Dmchp-i2s-mcc.c246 struct wait_queue_head wq_txrdy;
247 struct wait_queue_head wq_rxrdy;
/linux/drivers/iommu/iommufd/
H A Diommufd_private.h556 struct wait_queue_head wait_queue;
/linux/drivers/misc/vmw_vmci/
H A Dvmci_guest.c59 struct wait_queue_head inout_wq;

12