Searched refs:sofe_refcnt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h83 * sofe_flags, sofe_refcnt and sofe_mod are protected by sofe_lock, and all
100 uint_t sofe_refcnt; /* # of instances */ member in struct:sof_entry
H A Dsockfilter.c815 ASSERT(ent->sofe_refcnt == 0);
845 ent->sofe_kstat.sofek_nactive.value.ui64 = ent->sofe_refcnt;
902 ent->sofe_refcnt++;
915 if (--ent->sofe_refcnt == 0) {
H A Dsocksyscalls.c1693 if (ent->sofe_refcnt == 0) {

Completed in 90 milliseconds