Searched refs:poll_wait (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dpoll.h44 #define poll_wait(...) linux_poll_wait(__VA_ARGS__) macro
/freebsd-13-stable/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_main.c394 if (wait_event_interruptible(file->poll_wait,
449 poll_wait(filp, &file->poll_wait, wait);
536 wake_up_interruptible(&file->poll_wait);
570 wake_up_interruptible(&file->async_file->poll_wait);
653 init_waitqueue_head(&ev_file->poll_wait);
1319 wake_up_interruptible(&event_file->poll_wait);
H A Dib_ucm.c77 wait_queue_head_t poll_wait; member in struct:ib_ucm_file
377 wake_up_interruptible(&ctx->file->poll_wait);
410 if (wait_event_interruptible(file->poll_wait,
1139 poll_wait(filp, &file->poll_wait, wait);
1165 init_waitqueue_head(&file->poll_wait);
H A Duverbs.h117 wait_queue_head_t poll_wait; member in struct:ib_uverbs_event_file
H A Dib_ucma.c70 wait_queue_head_t poll_wait; member in struct:ucma_file
377 wake_up_interruptible(&ctx->file->poll_wait);
406 if (wait_event_interruptible(file->poll_wait,
1637 poll_wait(filp, &file->poll_wait, wait);
1670 init_waitqueue_head(&file->poll_wait);
H A Dib_user_mad.c621 poll_wait(filp, &file->recv_wait, wait);
/freebsd-13-stable/sys/dev/qlxgbe/
H A Dql_minidump.h237 uint8_t poll_wait ; member in struct:ql_minidump_entry_cache_s::__anon14185::__anon14186
H A Dql_hw.c4928 timeout = cacheEntry->poll_wait;
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_kloop.c795 poll_wait(priv->np_filp, priv->np_si[NR_TX],
801 poll_wait(priv->np_filp, priv->np_si[NR_RX],

Completed in 299 milliseconds