Searched defs:rpc_kstat_instance (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c433 static int rpc_kstat_instance = 0; /* keeps the current instance */ variable
2804 * We need to increment rpc_kstat_instance atomically to prevent
2807 kstat_instance = atomic_inc_32_nv((uint32_t *)&rpc_kstat_instance);

Completed in 67 milliseconds