Searched refs:conreqcnt (Results 1 – 3 of 3) sorted by relevance
277 while (ep->conreqcnt) { in scif_close()294 ep->conreqcnt--; in scif_close()422 ep->conreqcnt = 0; in scif_listen()773 if (!lep->conreqcnt && !(flags & SCIF_ACCEPT_SYNC)) { in scif_accept()784 (lep->conreqcnt || in scif_accept()794 if (!lep->conreqcnt) in scif_accept()800 lep->conreqcnt--; in scif_accept()1340 if (ep->conreqcnt) in __scif_pollfd()
145 if (ep->backlog <= ep->conreqcnt) { in scif_cnctreq()153 ep->conreqcnt++; in scif_cnctreq()
114 int conreqcnt; member