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.c2161 if (xprt->xp_reqs >= enough_reqs * 2) { in svc_flowcontrol()
2180 if (xprt->xp_reqs > enough_reqs) in svc_flowcontrol()
2290 next->xp_reqs--; in svc_run()
2409 pool->p_reqs -= xprt->xp_reqs; in svc_queueclean()
2413 xprt->xp_reqs = 0; in svc_queueclean()
2552 xprt->xp_reqs++; in svc_queuereq()
2778 pool->p_reqs -= xprt->xp_reqs; in rdma_stop()
2781 xprt->xp_reqs = 0; in rdma_stop()
H A Dsvc_gen.c183 xprt->xp_reqs = 0; in svc_tli_kcreate()
H A Dsvc.h456 int xp_reqs; /* number of requests queued */ member
H A Dsvc_rdma.c267 xprt->xp_reqs = 0; in svc_rdma_kcreate()