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

/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_pz_free.c83 if (0 != pz->pz_ref_count) {
H A Ddapl_rmr_create.c97 (void) dapl_os_atomic_inc(&pz->pz_ref_count);
H A Ddapl_rmr_free.c93 dapl_os_atomic_dec(&rmr->pz->pz_ref_count);
H A Ddapl_pz_util.c89 pz->pz_ref_count = 0;
H A Ddapl_lmr_free.c101 (void) dapl_os_atomic_dec(&pz->pz_ref_count);
H A Ddapl_osd.c408 dapl_os_atomic_dec(&rmr_ptr->pz->pz_ref_count);
429 pz_handle)->pz_ref_count);
458 dapl_os_atomic_dec(&pz_ptr->pz_ref_count);
H A Ddapl_srq.c134 dapl_os_atomic_inc(&((DAPL_PZ *)pz_handle)->pz_ref_count);
151 dapl_os_atomic_dec(&((DAPL_PZ *)pz_handle)->pz_ref_count);
218 dapl_os_atomic_dec(&((DAPL_PZ *)param->pz_handle)->pz_ref_count);
H A Ddapl_ep_free.c162 param->pz_handle)->pz_ref_count);
H A Ddapl_lmr_create.c148 (void) dapl_os_atomic_inc(&pz->pz_ref_count);
249 (void) dapl_os_atomic_inc(&pz->pz_ref_count);
H A Ddapl_ep_modify.c279 dapl_os_atomic_inc(&tmp_pz->pz_ref_count);
300 dapl_os_atomic_dec(&tmp_pz->pz_ref_count);
H A Ddapl_ep_util.c734 dapl_os_atomic_inc(&((DAPL_PZ *)pz_handle)->pz_ref_count);
743 pz_ref_count);
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h515 DAPL_ATOMIC pz_ref_count; member in struct:dapl_pz

Completed in 156 milliseconds