Home
last modified time | relevance | path

Searched refs:smod_refcnt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dsock_conf.c149 if (smodp->smod_refcnt != 0) { in smod_unregister()
192 ASSERT(smodp->smod_refcnt == 0); in smod_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h438 uint_t smod_refcnt; /* # of entries */ member
534 atomic_inc_uint(&(smodp)->smod_refcnt); \
545 ASSERT((smodp)->smod_refcnt != 0); \
546 atomic_dec_uint(&(smodp)->smod_refcnt); \
553 if ((smodp)->smod_refcnt == 0) \
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6703 smodp->smod_refcnt = 1; in sotpi_smod_create()