Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/rpc/
H A Dsvc.c2171 if (xprt->xp_reqs >= enough_reqs * 2) { in svc_flowcontrol()
2190 if (xprt->xp_reqs > enough_reqs) in svc_flowcontrol()
2300 next->xp_reqs--; in svc_run()
2419 pool->p_reqs -= xprt->xp_reqs; in svc_queueclean()
2423 xprt->xp_reqs = 0; in svc_queueclean()
2562 xprt->xp_reqs++; in svc_queuereq()
2788 pool->p_reqs -= xprt->xp_reqs; in rdma_stop()
2791 xprt->xp_reqs = 0; in rdma_stop()
H A Dsvc_gen.c183 xprt->xp_reqs = 0; in svc_tli_kcreate()
H A Dsvc.h435 int xp_reqs; /* number of requests queued */ member
H A Dsvc_rdma.c262 xprt->xp_reqs = 0; in svc_rdma_kcreate()