Home
last modified time | relevance | path

Searched refs:xp_reqs (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c2153 if (xprt->xp_reqs >= enough_reqs * 2) { in svc_flowcontrol()
2172 if (xprt->xp_reqs > enough_reqs) in svc_flowcontrol()
2282 next->xp_reqs--; in svc_run()
2401 pool->p_reqs -= xprt->xp_reqs; in svc_queueclean()
2405 xprt->xp_reqs = 0; in svc_queueclean()
2544 xprt->xp_reqs++; in svc_queuereq()
2770 pool->p_reqs -= xprt->xp_reqs; in rdma_stop()
2773 xprt->xp_reqs = 0; in rdma_stop()
H A Dsvc_gen.c183 xprt->xp_reqs = 0; in svc_tli_kcreate()
H A Dsvc.h441 int xp_reqs; /* number of requests queued */ member
H A Dsvc_rdma.c267 xprt->xp_reqs = 0; in svc_rdma_kcreate()