Lines Matching refs:rpcstat
562 struct rpcstat *rpcstat; in clnt_cots_kcreate() local
566 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in clnt_cots_kcreate()
567 ASSERT(rpcstat != NULL); in clnt_cots_kcreate()
629 p->cku_stats = rpcstat->rpc_cots_client; in clnt_cots_kcreate()
2653 struct rpcstat *rpcstat; in connmgr_connect() local
2655 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in connmgr_connect()
2656 ASSERT(rpcstat != NULL); in connmgr_connect()
2660 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcnomem); in connmgr_connect()
3255 struct rpcstat *rpcstat; in clnt_dispatch_notify() local
3271 rpcstat = zone_getspecific(rpcstat_zone_key, zone); in clnt_dispatch_notify()
3279 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcbadxids); in clnt_dispatch_notify()