Searched refs:conwq (Results 1 – 3 of 3) sorted by relevance
154 wake_up_interruptible(&ep->conwq); in scif_cnctreq()186 wake_up(&ep->conwq); in scif_cnctgnt()208 wake_up(&ep->conwq); in scif_cnctgnt_ack()227 wake_up(&ep->conwq); in scif_cnctgnt_nack()245 wake_up(&ep->conwq); in scif_cnctrej()
300 wake_up_interruptible(&ep->conwq); in scif_close()327 wake_up_interruptible(&ep->conwq); in __scif_flush()425 init_waitqueue_head(&ep->conwq); in scif_listen()514 err = wait_event_timeout(ep->conwq, ep->state != SCIFEP_CONNECTING, in scif_conn_func()680 init_waitqueue_head(&ep->conwq); in __scif_connect()783 err = wait_event_interruptible(lep->conwq, in scif_accept()861 init_waitqueue_head(&cep->conwq); in scif_accept()875 err = wait_event_timeout(cep->conwq, cep->state != SCIFEP_CONNECTING, in scif_accept()1338 _scif_poll_wait(f, &ep->conwq, wait, ep); in __scif_pollfd()
117 wait_queue_head_t conwq; member