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

/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c915 ps->ps_refcnt++;
1056 ps->ps_refcnt = 1;
1079 ps->ps_refcnt--;
1080 if (ps->ps_refcnt == 0) {
1187 while (ps->ps_refcnt != 0) {
H A Dpppt.h143 int ps_refcnt; member in struct:__anon5189
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1724 ps->ps_refcnt++;
1778 new_ps->ps_refcnt = 1;
1816 ps->ps_refcnt--;
1818 if (ps->ps_refcnt > 0)
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h496 /* ps_refcnt is protected by cm_lock in the crypto_minor structure */
502 uint_t ps_refcnt; member in struct:crypto_provider_session

Completed in 64 milliseconds