Searched refs:poll_wait (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | poll.h | 44 #define poll_wait(...) linux_poll_wait(__VA_ARGS__) macro
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_uverbs_main.c | 418 if (wait_event_interruptible(file->poll_wait, in ib_uverbs_event_read() 473 poll_wait(filp, &file->poll_wait, wait); in ib_uverbs_event_poll() 560 wake_up_interruptible(&file->poll_wait); in ib_uverbs_comp_handler() 594 wake_up_interruptible(&file->async_file->poll_wait); in ib_uverbs_async_handler() 677 init_waitqueue_head(&ev_file->poll_wait); in ib_uverbs_alloc_event_file() 1343 wake_up_interruptible(&event_file->poll_wait); in ib_uverbs_free_hw_resources()
|
| H A D | ib_ucm.c | 77 wait_queue_head_t poll_wait; member 377 wake_up_interruptible(&ctx->file->poll_wait); in ib_ucm_event_handler() 410 if (wait_event_interruptible(file->poll_wait, in ib_ucm_event() 1139 poll_wait(filp, &file->poll_wait, wait); in ib_ucm_poll() 1165 init_waitqueue_head(&file->poll_wait); in ib_ucm_open()
|
| H A D | ib_ucma.c | 70 wait_queue_head_t poll_wait; member 377 wake_up_interruptible(&ctx->file->poll_wait); in ucma_event_handler() 406 if (wait_event_interruptible(file->poll_wait, in ucma_get_event() 1644 poll_wait(filp, &file->poll_wait, wait); in ucma_poll() 1677 init_waitqueue_head(&file->poll_wait); in ucma_open()
|
| H A D | uverbs.h | 124 wait_queue_head_t poll_wait; member
|
| H A D | ib_user_mad.c | 621 poll_wait(filp, &file->recv_wait, wait); in ib_umad_poll()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_minidump.h | 237 uint8_t poll_wait ; member
|
| H A D | ql_hw.c | 4928 timeout = cacheEntry->poll_wait; in ql_L2Cache()
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 795 poll_wait(priv->np_filp, priv->np_si[NR_TX], in netmap_sync_kloop() 801 poll_wait(priv->np_filp, priv->np_si[NR_RX], in netmap_sync_kloop()
|