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