Searched refs:query_wait (Results 1 – 2 of 2) sorted by relevance
75 wait_queue_head_t query_wait; /* Wait for the answer to a query */ member
383 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()2448 if (wait_event_interruptible(self->query_wait, in irda_getsockopt()2538 err = __wait_event_interruptible(self->query_wait, in irda_getsockopt()