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

/illumos-gate/usr/src/uts/common/sys/
H A Dsession.h89 uint_t s_ref; /* reference count */ member in struct:sess
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c54 1, /* s_ref */
70 p->p_sessp->s_ref++;
81 ASSERT(sp->s_ref != 0);
82 if (--sp->s_ref > 0) {
86 ASSERT(sp->s_ref == 0);
91 * to be true because the only time that s_ref can possibly
94 * case we are guaranteed that the s_ref is at least 1 since there
95 * is a proc_t that points to it. So when s_ref finally drops to
159 sp->s_ref++;
180 sp->s_ref
[all...]
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c203 csp->s_ref++;
204 ASSERT(sp->s_ref >= 0 && sp->s_ref <= sp->s_use);
279 sp->s_ref = 1;
369 refcnt = --oldsp->s_ref;
392 ASSERT(!sp->s_use && !sp->s_ref && !(sp->s_flags & SI_CACHED));
460 sp->s_ref++;
461 ASSERT(sp->s_ref >= 0 && sp->s_ref <= sp->s_use);
580 sp->s_ref
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_acl.h97 int s_ref; /* in core reference count */ member in struct:si

Completed in 69 milliseconds