Lines Matching refs:rpcstat
567 struct rpcstat *rpcstat; in clnt_cots_kcreate() local
571 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in clnt_cots_kcreate()
572 ASSERT(rpcstat != NULL); in clnt_cots_kcreate()
636 p->cku_stats = rpcstat->rpc_cots_client; in clnt_cots_kcreate()
2664 struct rpcstat *rpcstat; in connmgr_connect() local
2666 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in connmgr_connect()
2667 ASSERT(rpcstat != NULL); in connmgr_connect()
2671 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcnomem); in connmgr_connect()
3266 struct rpcstat *rpcstat; in clnt_dispatch_notify() local
3282 rpcstat = zone_getspecific(rpcstat_zone_key, zone); in clnt_dispatch_notify()
3290 COTSRCSTAT_INCR(rpcstat->rpc_cots_client, rcbadxids); in clnt_dispatch_notify()