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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dsync_serial.c118 wait_queue_head_t in_wait_q; member in struct:sync_port
262 init_waitqueue_head(&port->in_wait_q);
514 poll_wait(file, &port->in_wait_q, wait);
966 interruptible_sleep_on(&port->in_wait_q);
1192 wake_up_interruptible(&port->in_wait_q); /* wake up the waiting process */
1260 wake_up_interruptible(&port->in_wait_q); /* Wake up application */

Completed in 36 milliseconds