Home
last modified time | relevance | path

Searched refs:lmr_ref_count (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_rmr_bind.c165 dapl_os_atomic_inc(&lmr->lmr_ref_count); in dapli_rmr_bind_fuse()
169 dapl_os_atomic_dec(&rmr->lmr->lmr_ref_count); in dapli_rmr_bind_fuse()
247 dapl_os_atomic_dec(&rmr->lmr->lmr_ref_count); in dapli_rmr_bind_unfuse()
H A Ddapl_rmr_free.c83 dapl_os_atomic_dec(&rmr->lmr->lmr_ref_count); in dapl_rmr_free()
H A Ddapl_lmr_free.c86 if (0 != lmr->lmr_ref_count) { in dapl_lmr_free()
H A Ddapl_lmr_util.c86 lmr->lmr_ref_count = 0; in dapl_lmr_alloc()
H A Ddapl_osd.c404 lmr->lmr_ref_count); in dapls_osd_fork_cleanup()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h517 DAPL_ATOMIC lmr_ref_count; member