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

/freebsd-9.3-release/sys/ofed/include/linux/
H A Dpoll.h39 poll_wait(struct file *filp, wait_queue_head_t *wait_address, poll_table *p) function
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Duverbs.h85 wait_queue_head_t poll_wait; member in struct:ib_uverbs_event_file
H A Duverbs_main.c319 if (wait_event_interruptible(file->poll_wait,
365 poll_wait(filp, &file->poll_wait, wait);
444 wake_up_interruptible(&file->poll_wait);
479 wake_up_interruptible(&file->async_file->poll_wait);
550 init_waitqueue_head(&ev_file->poll_wait);
H A Ducm.c71 wait_queue_head_t poll_wait; member in struct:ib_ucm_file
382 wake_up_interruptible(&ctx->file->poll_wait);
418 if (wait_event_interruptible(file->poll_wait,
1150 poll_wait(filp, &file->poll_wait, wait);
1176 init_waitqueue_head(&file->poll_wait);
H A Ducma.c60 wait_queue_head_t poll_wait; member in struct:ucma_file
286 wake_up_interruptible(&ctx->file->poll_wait);
316 if (wait_event_interruptible(file->poll_wait,
1233 poll_wait(filp, &file->poll_wait, wait);
1259 init_waitqueue_head(&file->poll_wait);
H A Duser_mad.c602 poll_wait(filp, &file->recv_wait, wait);

Completed in 154 milliseconds