Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_open.c304 dapl_os_atomic_inc(&hca_ptr->handle_ref_count); in dapl_ia_open()
455 dapl_os_atomic_dec(&hca_ptr->handle_ref_count); in dapli_hca_cleanup()
H A Ddapl_ia_util.c464 dapl_os_atomic_dec(& hca_ptr->handle_ref_count); in dapli_ia_release_hca()
465 if (hca_ptr->handle_ref_count == 0) { in dapli_ia_release_hca()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h318 DAPL_ATOMIC handle_ref_count; /* count of ia_opens on handle */ member