Home
last modified time | relevance | path

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++; 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.h132 int ps_refcnt; member
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1737 ps->ps_refcnt++; in crypto_get_provider_session()
1801 ps->ps_refcnt = 1; in crypto_create_provider_session()
1839 ps->ps_refcnt--; in crypto_release_provider_session()
1841 if (ps->ps_refcnt > 0) in crypto_release_provider_session()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h501 uint_t ps_refcnt; member