Searched refs:conreqcnt (Results 1 – 3 of 3) sorted by relevance
269 while (ep->conreqcnt) { in scif_close()286 ep->conreqcnt--; in scif_close()413 ep->conreqcnt = 0; in scif_listen()763 if (!lep->conreqcnt && !(flags & SCIF_ACCEPT_SYNC)) { in scif_accept()774 (lep->conreqcnt || in scif_accept()784 if (!lep->conreqcnt) in scif_accept()790 lep->conreqcnt--; in scif_accept()1330 if (ep->conreqcnt) in __scif_pollfd()
136 if (ep->backlog <= ep->conreqcnt) { in scif_cnctreq()144 ep->conreqcnt++; in scif_cnctreq()
105 int conreqcnt; member