Searched refs:conwq (Results 1 – 3 of 3) sorted by relevance
145 wake_up_interruptible(&ep->conwq); in scif_cnctreq()177 wake_up(&ep->conwq); in scif_cnctgnt()199 wake_up(&ep->conwq); in scif_cnctgnt_ack()218 wake_up(&ep->conwq); in scif_cnctgnt_nack()236 wake_up(&ep->conwq); in scif_cnctrej()
292 wake_up_interruptible(&ep->conwq); in scif_close()319 wake_up_interruptible(&ep->conwq); in __scif_flush()416 init_waitqueue_head(&ep->conwq); in scif_listen()505 err = wait_event_timeout(ep->conwq, ep->state != SCIFEP_CONNECTING, in scif_conn_func()670 init_waitqueue_head(&ep->conwq); in __scif_connect()773 err = wait_event_interruptible(lep->conwq, in scif_accept()851 init_waitqueue_head(&cep->conwq); in scif_accept()865 err = wait_event_timeout(cep->conwq, cep->state != SCIFEP_CONNECTING, in scif_accept()1328 _scif_poll_wait(f, &ep->conwq, wait, ep); in __scif_pollfd()
108 wait_queue_head_t conwq; member