Lines Matching refs:xp_pool
345 SVCPOOL *pool = xprt->xp_pool; in xprt_register()
450 if (!svc_request_space_available(xprt->xp_pool) || in xprt_active()
506 SVCPOOL *pool = xprt->xp_pool; in svc_reg()
593 SVCPOOL *pool = xprt->xp_pool; in svc_loss_reg()
671 if (xprt->xp_pool->sp_rcache) in svc_sendreply_common()
672 replay_setreply(xprt->xp_pool->sp_rcache, in svc_sendreply_common()
750 if (xprt->xp_pool->sp_rcache) in svcerr_noproc()
751 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_noproc()
772 if (xprt->xp_pool->sp_rcache) in svcerr_decode()
773 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_decode()
794 if (xprt->xp_pool->sp_rcache) in svcerr_systemerr()
795 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_systemerr()
816 if (xprt->xp_pool->sp_rcache) in svcerr_auth()
817 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_auth()
848 if (xprt->xp_pool->sp_rcache) in svcerr_noprog()
849 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_noprog()
872 if (xprt->xp_pool->sp_rcache) in svcerr_progvers()
873 replay_setreply(xprt->xp_pool->sp_rcache, in svcerr_progvers()
922 SVCPOOL *pool = xprt->xp_pool; in svc_getreq()
1035 SVCPOOL *pool = xprt->xp_pool; in svc_executereq()