Home
last modified time | relevance | path

Searched refs:poll_wait (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpoll.h43 #define poll_wait(...) linux_poll_wait(__VA_ARGS__) macro
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_devx.c113 wait_queue_head_t poll_wait; member
1585 wait_queue_head_t poll_wait; member
1601 init_waitqueue_head(&ev_queue->poll_wait); in devx_init_event_queue()
1645 init_waitqueue_head(&ev_file->poll_wait); in UVERBS_HANDLER()
1671 wake_up_interruptible(&ev_queue->poll_wait); in devx_query_callback()
2309 wake_up_interruptible(&ev_file->poll_wait); in deliver_event()
2331 wake_up_interruptible(&ev_file->poll_wait); in deliver_event()
2448 ev_queue->poll_wait, in devx_async_cmd_event_read()
2491 poll_wait(filp, &ev_queue->poll_wait, wait); in devx_async_cmd_event_poll()
2595 poll_wait(filp, &ev_file->poll_wait, wait); in devx_async_event_poll()
[all …]
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c226 if (wait_event_interruptible(ev_queue->poll_wait, in ib_uverbs_event_read()
293 poll_wait(filp, &ev_queue->poll_wait, wait); in ib_uverbs_event_poll()
384 wake_up_interruptible(&ev_queue->poll_wait); in ib_uverbs_comp_handler()
421 wake_up_interruptible(&async_file->ev_queue.poll_wait); in ib_uverbs_async_handler()
470 init_waitqueue_head(&ev_queue->poll_wait); in ib_uverbs_init_event_queue()
H A Dib_ucm.c75 wait_queue_head_t poll_wait; member
375 wake_up_interruptible(&ctx->file->poll_wait); in ib_ucm_event_handler()
408 if (wait_event_interruptible(file->poll_wait, in ib_ucm_event()
1137 poll_wait(filp, &file->poll_wait, wait); in ib_ucm_poll()
1163 init_waitqueue_head(&file->poll_wait); in ib_ucm_open()
H A Duverbs.h124 wait_queue_head_t poll_wait; member
H A Dib_ucma.c68 wait_queue_head_t poll_wait; member
375 wake_up_interruptible(&ctx->file->poll_wait); in ucma_event_handler()
404 if (wait_event_interruptible(file->poll_wait, in ucma_get_event()
1645 poll_wait(filp, &file->poll_wait, wait); in ucma_poll()
1678 init_waitqueue_head(&file->poll_wait); in ucma_open()
H A Dib_uverbs_std_types.c214 wake_up_interruptible(&event_queue->poll_wait); in ib_uverbs_free_event_queue()
H A Dib_user_mad.c619 poll_wait(filp, &file->recv_wait, wait); in ib_umad_poll()
/freebsd/sys/dev/qlxgbe/
H A Dql_minidump.h235 uint8_t poll_wait ; member
H A Dql_hw.c4901 timeout = cacheEntry->poll_wait; in ql_L2Cache()
/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c801 poll_wait(priv->np_filp, priv->np_si[NR_TX], in netmap_sync_kloop()
807 poll_wait(priv->np_filp, priv->np_si[NR_RX], in netmap_sync_kloop()