| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 61 typedef struct wait_queue_head wait_queue_head_t; typedef 111 wait_queue_head_t name = { \ 123 void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool); 140 int linux_wait_event_common(wait_queue_head_t *, wait_queue_t *, int, 234 __add_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in __add_wait_queue() 240 add_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in add_wait_queue() 249 __add_wait_queue_tail(wait_queue_head_t *wqh, wait_queue_t *wq) in __add_wait_queue_tail() 261 __remove_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in __remove_wait_queue() 267 remove_wait_queue(wait_queue_head_t *wqh, wait_queue_t *wq) in remove_wait_queue() 275 bool linux_waitqueue_active(wait_queue_head_t *); [all …]
|
| H A D | poll.h | 43 extern void linux_poll_wait(struct linux_file *, wait_queue_head_t *, poll_table *);
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 202 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up() 222 linux_prepare_to_wait(wait_queue_head_t *wqh, wait_queue_t *wq, int state) in linux_prepare_to_wait() 233 linux_finish_wait(wait_queue_head_t *wqh, wait_queue_t *wq) in linux_finish_wait() 246 linux_waitqueue_active(wait_queue_head_t *wqh) in linux_waitqueue_active() 257 linux_wait_event_common(wait_queue_head_t *wqh, wait_queue_t *wq, int timeout, in linux_wait_event_common()
|
| /freebsd-12.1/sys/dev/drm/ |
| H A D | via_dmablit.h | 75 wait_queue_head_t blit_queue[VIA_NUM_BLIT_SLOTS]; 76 wait_queue_head_t busy_queue;
|
| H A D | via_drv.h | 61 wait_queue_head_t irq_queue; 70 wait_queue_head_t decoder_queue[VIA_NR_XVMC_LOCKS];
|
| H A D | via_dmablit.c | 393 via_dmablit_active(drm_via_blitq_t *blitq, int engine, uint32_t handle, wait_queue_head_t **queue) in via_dmablit_active() 429 wait_queue_head_t *queue; in via_dmablit_sync()
|
| H A D | drmP.h | 179 #define wait_queue_head_t atomic_t macro 506 wait_queue_head_t queue; /* vblank wait queue */
|
| H A D | mga_drv.h | 127 wait_queue_head_t fence_queue;
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_provider.h | 220 wait_queue_head_t wait; 244 wait_queue_head_t wait; 286 wait_queue_head_t wait;
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | iwcm.h | 57 wait_queue_head_t connect_wait;
|
| H A D | uverbs.h | 117 wait_queue_head_t poll_wait;
|
| H A D | ib_fmr_pool.c | 109 wait_queue_head_t force_wait;
|
| H A D | ib_user_mad.c | 117 wait_queue_head_t recv_wait;
|
| H A D | ib_ucm.c | 77 wait_queue_head_t poll_wait;
|
| H A D | ib_ucma.c | 70 wait_queue_head_t poll_wait;
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 310 wait_queue_head_t wait; 441 wait_queue_head_t wait;
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | intel_ringbuffer.h | 132 wait_queue_head_t irq_queue;
|
| H A D | i915_drv.h | 880 wait_queue_head_t pending_flip_queue;
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drmP.h | 360 wait_queue_head_t waiting; /**< Processes waiting on free bufs */ 439 wait_queue_head_t lock_queue; /**< Queue of blocked processes */ 1027 wait_queue_head_t context_wait; /**< Processes waiting on ctx switch */ 1686 wait_queue_head_t queue; /* vblank wait queue */
|
| H A D | drm_os_freebsd.h | 59 #define wait_queue_head_t atomic_t macro
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 447 wait_queue_head_t *wqh; 474 sync_kloop_poll_table_queue_proc(struct file *file, wait_queue_head_t *wqh, in sync_kloop_poll_table_queue_proc()
|
| H A D | netmap_kern.h | 156 #define NM_SELINFO_T wait_queue_head_t
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | iw_cxgbe.h | 423 wait_queue_head_t wait; 479 wait_queue_head_t wait;
|
| /freebsd-12.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-twsi.c | 80 wait_queue_head_t queue; in __cvmx_twsix_get_adapter()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_drv.h | 257 wait_queue_head_t swi_queue;
|