Home
last modified time | relevance | path

Searched refs:pz_ref_count (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_osd.c408 dapl_os_atomic_dec(&rmr_ptr->pz->pz_ref_count); in dapls_osd_fork_cleanup()
429 pz_handle)->pz_ref_count); in dapls_osd_fork_cleanup()
458 dapl_os_atomic_dec(&pz_ptr->pz_ref_count); in dapls_osd_fork_cleanup()
H A Ddapl_srq.c134 dapl_os_atomic_inc(&((DAPL_PZ *)pz_handle)->pz_ref_count); in dapl_srq_create()
151 dapl_os_atomic_dec(&((DAPL_PZ *)pz_handle)->pz_ref_count); in dapl_srq_create()
218 dapl_os_atomic_dec(&((DAPL_PZ *)param->pz_handle)->pz_ref_count); in dapl_srq_free()
H A Ddapl_pz_free.c83 if (0 != pz->pz_ref_count) { in dapl_pz_free()
H A Ddapl_rmr_free.c93 dapl_os_atomic_dec(&rmr->pz->pz_ref_count); in dapl_rmr_free()
H A Ddapl_rmr_create.c97 dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_rmr_create()
H A Ddapl_pz_util.c89 pz->pz_ref_count = 0; in dapl_pz_alloc()
H A Ddapl_lmr_free.c101 dapl_os_atomic_dec(&pz->pz_ref_count); in dapl_lmr_free()
H A Ddapl_lmr_create.c148 dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_lmr_create_virtual()
249 dapl_os_atomic_inc(&pz->pz_ref_count); in dapl_lmr_create_lmr()
H A Ddapl_ep_free.c162 param->pz_handle)->pz_ref_count); in dapl_ep_free()
H A Ddapl_ep_modify.c279 dapl_os_atomic_inc(&tmp_pz->pz_ref_count); in dapl_ep_modify()
300 dapl_os_atomic_dec(&tmp_pz->pz_ref_count); in dapl_ep_modify()
H A Ddapl_ep_util.c734 dapl_os_atomic_inc(&((DAPL_PZ *)pz_handle)->pz_ref_count); in dapl_ep_create_common()
743 pz_ref_count); in dapl_ep_create_common()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h509 DAPL_ATOMIC pz_ref_count; member