Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/uts/common/sys/
H A Dsocketvar.h431 uint_t smod_refcnt; /* # of entries */ member
527 atomic_inc_uint(&(smodp)->smod_refcnt); \
538 ASSERT((smodp)->smod_refcnt != 0); \
539 atomic_dec_uint(&(smodp)->smod_refcnt); \
546 if ((smodp)->smod_refcnt == 0) \
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c6795 smodp->smod_refcnt = 1; in sotpi_smod_create()