Home
last modified time | relevance | path

Searched refs:wait_queue_head_t (Results 1 – 25 of 47) sorted by relevance

12

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h60 typedef struct wait_queue_head wait_queue_head_t; typedef
110 wait_queue_head_t name = { \
124 void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool);
141 int linux_wait_event_common(wait_queue_head_t *, wait_queue_t *, int,
235 __add_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in __add_wait_queue()
241 add_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in add_wait_queue()
250 __add_wait_queue_tail(wait_queue_head_t *wqh, wait_queue_t *wq) in __add_wait_queue_tail()
262 __remove_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in __remove_wait_queue()
268 remove_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in remove_wait_queue()
276 bool linux_waitqueue_active(wait_queue_head_t *);
[all …]
H A Dwait_bit.h35 extern wait_queue_head_t linux_bit_waitq;
36 extern wait_queue_head_t linux_var_waitq;
51 static inline wait_queue_head_t *
65 static inline wait_queue_head_t *
H A Dpoll.h42 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);
/freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dwait.h47 typedef wait_queue_head_t spl_wait_queue_head_t;
50 typedef wait_queue_head_t spl_wait_queue_head_t;
/freebsd-14.2/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c200 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up()
220 linux_prepare_to_wait(wait_queue_head_t *wqh, wait_queue_t *wq, int state) in linux_prepare_to_wait()
231 linux_finish_wait(wait_queue_head_t *wqh, wait_queue_t *wq) in linux_finish_wait()
244 linux_waitqueue_active(wait_queue_head_t *wqh) in linux_waitqueue_active()
255 linux_wait_event_common(wait_queue_head_t *wqh, wait_queue_t *wq, int timeout, in linux_wait_event_common()
/freebsd-14.2/sys/dev/mthca/
H A Dmthca_provider.h220 wait_queue_head_t wait;
244 wait_queue_head_t wait;
286 wait_queue_head_t wait;
/freebsd-14.2/sys/dev/irdma/
H A Dirdma_main.h180 wait_queue_head_t waitq;
195 wait_queue_head_t waitq;
196 wait_queue_head_t remove_wq;
355 wait_queue_head_t vchnl_waitq;
399 wait_queue_head_t suspend_wq;
H A Dirdma_verbs.h259 wait_queue_head_t waitq;
260 wait_queue_head_t mod_qp_waitq;
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel-wait.m463 typedef wait_queue_head_t spl_wait_queue_head_t;
66 typedef wait_queue_head_t spl_wait_queue_head_t;
/freebsd-14.2/sys/ofed/drivers/infiniband/core/
H A Diwcm.h55 wait_queue_head_t connect_wait;
H A Duverbs.h124 wait_queue_head_t poll_wait;
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dinternal.h398 wait_queue_head_t ucode_write_waitq;
399 wait_queue_head_t sx_waitq;
444 wait_queue_head_t fw_reset_waitq;
446 wait_queue_head_t imr_waitq;
/freebsd-14.2/sys/contrib/dev/iwlwifi/fw/
H A Dnotif-wait.h16 wait_queue_head_t notif_waitq;
/freebsd-14.2/sys/ofed/include/rdma/
H A Drdmavt_qp.h308 wait_queue_head_t wait;
439 wait_queue_head_t wait;
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmt7615.h192 wait_queue_head_t roc_wait;
261 wait_queue_head_t reset_wait;
/freebsd-14.2/sys/dev/drm2/
H A DdrmP.h358 wait_queue_head_t waiting; /**< Processes waiting on free bufs */
437 wait_queue_head_t lock_queue; /**< Queue of blocked processes */
1025 wait_queue_head_t context_wait; /**< Processes waiting on ctx switch */
1684 wait_queue_head_t queue; /* vblank wait queue */
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dcore.h558 wait_queue_head_t txmgmt_empty_waitq;
733 wait_queue_head_t peer_mapping_wq;
/freebsd-14.2/sys/dev/bnxt/bnxt_re/
H A Dqplib_rcfw.h240 wait_queue_head_t waitq;
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dcore.h199 wait_queue_head_t tx_credits_wq;
1187 wait_queue_head_t peer_mapping_wq;
/freebsd-14.2/sys/dev/netmap/
H A Dnetmap_kloop.c453 wait_queue_head_t *wqh;
480 sync_kloop_poll_table_queue_proc(struct file *file, wait_queue_head_t *wqh, in sync_kloop_poll_table_queue_proc()
/freebsd-14.2/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h429 wait_queue_head_t wait;
493 wait_queue_head_t wait;
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dcore.h702 wait_queue_head_t txmgmt_empty_waitq;
923 wait_queue_head_t peer_mapping_wq;
H A Dqmi.h148 wait_queue_head_t cold_boot_waitq;
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac.h101 wait_queue_head_t wait;
H A Dmt792x.h126 wait_queue_head_t roc_wait;

12