Searched refs:port_wait (Results 1 – 6 of 6) sorted by relevance
10 extern int port_wait(void *data);
76 fd = port_wait(data->kernel_data); in port_open()
226 int port_wait(void *data) in port_wait() function
625 wake_up_interruptible(&pd->port_wait); in handle_hdrq_full()1047 wake_up_interruptible(&pd->port_wait); in handle_urcv()1052 wake_up_interruptible(&pd->port_wait); in handle_urcv()
1390 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_urgent()1436 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_next()1604 init_waitqueue_head(&dd->ipath_pd[port]->port_wait); in try_alloc_port()1908 ret = wait_event_interruptible(pd->port_wait, in ipath_do_user_init()1997 wake_up(&pd->port_wait); in ipath_do_user_init()
96 wait_queue_head_t port_wait; member