Home
last modified time | relevance | path

Searched refs:query_wait (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/net/irda/
Daf_irda.h75 wait_queue_head_t query_wait; /* Wait for the answer to a query */ member
/linux-4.4.14/net/irda/
Daf_irda.c383 wake_up_interruptible(&self->query_wait); in irda_getvalue_confirm()
393 wake_up_interruptible(&self->query_wait); in irda_getvalue_confirm()
420 wake_up_interruptible(&self->query_wait); in irda_selective_discovery_indication()
444 wake_up_interruptible(&self->query_wait); in irda_discovery_timeout()
552 if (wait_event_interruptible(self->query_wait, (self->iriap==NULL))) in irda_find_lsap_sel()
1113 init_waitqueue_head(&self->query_wait); in irda_create()
2447 if (wait_event_interruptible(self->query_wait, in irda_getsockopt()
2537 err = __wait_event_interruptible(self->query_wait, in irda_getsockopt()