Searched refs:conreqcnt (Results 1 – 3 of 3) sorted by relevance
278 while (ep->conreqcnt) { in scif_close()295 ep->conreqcnt--; in scif_close()422 ep->conreqcnt = 0; in scif_listen()772 if (!lep->conreqcnt && !(flags & SCIF_ACCEPT_SYNC)) { in scif_accept()783 (lep->conreqcnt || in scif_accept()793 if (!lep->conreqcnt) in scif_accept()799 lep->conreqcnt--; in scif_accept()1339 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