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()
301 wake_up_interruptible(&ep->conwq); in scif_close()328 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()679 init_waitqueue_head(&ep->conwq); in __scif_connect()782 err = wait_event_interruptible(lep->conwq, in scif_accept()860 init_waitqueue_head(&cep->conwq); in scif_accept()874 err = wait_event_timeout(cep->conwq, cep->state != SCIFEP_CONNECTING, in scif_accept()1337 _scif_poll_wait(f, &ep->conwq, wait, ep); in __scif_pollfd()
117 wait_queue_head_t conwq; member