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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/drivers/
H A Dport.h10 extern int port_wait(void *data);
H A Dport_user.c81 fd = port_wait(data->kernel_data);
H A Dport_kern.c228 int port_wait(void *data) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_intr.c837 wake_up_interruptible(&pd->port_wait);
881 wake_up_interruptible(&pd->port_wait);
H A Dipath_file_ops.c1378 poll_wait(fp, &pd->port_wait, pt);
1508 init_waitqueue_head(&dd->ipath_pd[port]->port_wait);
1793 ret = wait_event_interruptible(pd->port_wait,
1858 wake_up(&pd->port_wait);
H A Dipath_kernel.h74 wait_queue_head_t port_wait; member in struct:ipath_portdata

Completed in 176 milliseconds