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()
224 int port_wait(void *data) in port_wait() function
622 wake_up_interruptible(&pd->port_wait); in handle_hdrq_full()1044 wake_up_interruptible(&pd->port_wait); in handle_urcv()1049 wake_up_interruptible(&pd->port_wait); in handle_urcv()
1395 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_urgent()1441 poll_wait(fp, &pd->port_wait, pt); in ipath_poll_next()1609 init_waitqueue_head(&dd->ipath_pd[port]->port_wait); in try_alloc_port()1913 ret = wait_event_interruptible(pd->port_wait, in ipath_do_user_init()2002 wake_up(&pd->port_wait); in ipath_do_user_init()
97 wait_queue_head_t port_wait; member