Home
last modified time | relevance | path

Searched refs:rpcstat_zone_key (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c48 zone_key_t rpcstat_zone_key; variable
124 zone_key_create(&rpcstat_zone_key, mt_kstat_zone_init, NULL, in mt_kstat_init()
131 (void) zone_key_delete(rpcstat_zone_key); in mt_kstat_fini()
H A Dclnt.h481 extern zone_key_t rpcstat_zone_key;
H A Dclnt_clts.c384 rsp = zone_getspecific(rpcstat_zone_key, rpc_zone()); in clnt_clts_kinit()
2222 rpcstat = zone_getspecific(rpcstat_zone_key, zone); in clnt_clts_dispatch_notify()
H A Dsvc_cots.c205 rpcstat = zone_getspecific(rpcstat_zone_key, curproc->p_zone); in svc_cots_kcreate()
H A Dclnt_cots.c573 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in clnt_cots_kcreate()
2664 rpcstat = zone_getspecific(rpcstat_zone_key, rpc_zone()); in connmgr_connect()
3280 rpcstat = zone_getspecific(rpcstat_zone_key, zone); in clnt_dispatch_notify()
H A Dsvc_clts.c171 rpcstat = zone_getspecific(rpcstat_zone_key, curproc->p_zone); in svc_clts_kcreate()