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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/irda/
H A Daf_irda.h75 wait_queue_head_t query_wait; /* Wait for the answer to a query */ member in struct:irda_sock
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/irda/
H A Daf_irda.h75 wait_queue_head_t query_wait; /* Wait for the answer to a query */ member in struct:irda_sock
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/irda/
H A Daf_irda.c393 wake_up_interruptible(&self->query_wait);
403 wake_up_interruptible(&self->query_wait);
432 wake_up_interruptible(&self->query_wait);
458 wake_up_interruptible(&self->query_wait);
566 if (wait_event_interruptible(self->query_wait, (self->iriap==NULL)))
1132 init_waitqueue_head(&self->query_wait);
2440 if (wait_event_interruptible(self->query_wait,
2523 __wait_event_interruptible(self->query_wait,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/irda/
H A Daf_irda.c393 wake_up_interruptible(&self->query_wait);
403 wake_up_interruptible(&self->query_wait);
432 wake_up_interruptible(&self->query_wait);
458 wake_up_interruptible(&self->query_wait);
566 if (wait_event_interruptible(self->query_wait, (self->iriap==NULL)))
1132 init_waitqueue_head(&self->query_wait);
2440 if (wait_event_interruptible(self->query_wait,
2523 __wait_event_interruptible(self->query_wait,

Completed in 70 milliseconds