Searched refs:clalloc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h648 kstat_named_t clalloc; /* number of client handles */ member in struct:clstat
H A Dnfs4_clnt.h186 kstat_named_t clalloc; /* number of client handles */ member in struct:clstat4
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c70 { "clalloc", KSTAT_DATA_UINT64 },
937 atomic_inc_64(&nfscl->nfscl_stat.clalloc.value.ui64);
958 atomic_dec_64(&nfscl->nfscl_stat.clalloc.value.ui64);
980 atomic_dec_64(&nfscl->nfscl_stat.clalloc.value.ui64);
1170 * Update clalloc so that nfsstat shows the current number
1173 atomic_add_64(&nfscl->nfscl_stat.clalloc.value.ui64, -n);
H A Dnfs_subr.c177 { "clalloc", KSTAT_DATA_UINT64 },
418 atomic_inc_64(&nfscl->nfscl_stat.clalloc.value.ui64);
439 atomic_dec_64(&nfscl->nfscl_stat.clalloc.value.ui64);
458 atomic_dec_64(&nfscl->nfscl_stat.clalloc.value.ui64);
723 * Update clalloc so that nfsstat shows the current number
726 atomic_add_64(&nfscl->nfscl_stat.clalloc.value.ui64, -n);

Completed in 86 milliseconds