Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c915 ps->ps_refcnt++; in pppt_sess_lookup_by_id_locked()
1056 ps->ps_refcnt = 1; in pppt_sess_lookup_create()
1079 ps->ps_refcnt--; in pppt_sess_rele_locked()
1080 if (ps->ps_refcnt == 0) { in pppt_sess_rele_locked()
1187 while (ps->ps_refcnt != 0) { in pppt_sess_close_locked()
H A Dpppt.h143 int ps_refcnt; member
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c1724 ps->ps_refcnt++; in crypto_get_provider_session()
1778 new_ps->ps_refcnt = 1; in crypto_get_provider_session()
1816 ps->ps_refcnt--; in crypto_release_provider_session()
1818 if (ps->ps_refcnt > 0) in crypto_release_provider_session()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dimpl.h502 uint_t ps_refcnt; member