Home
last modified time | relevance | path

Searched refs:cno_ref_count (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cno_util.c89 cno_ptr->cno_ref_count = 0; in dapl_cno_alloc()
118 dapl_os_assert(cno_ptr->cno_ref_count == 0); in dapl_cno_dealloc()
H A Ddapl_evd_modify_cno.c116 dapl_os_atomic_dec(&(old_cno_ptr->cno_ref_count)); in dapl_evd_modify_cno()
126 dapl_os_atomic_inc(&(cno_ptr->cno_ref_count)); in dapl_evd_modify_cno()
H A Ddapl_cno_free.c81 if (cno_ptr->cno_ref_count != 0 || cno_ptr->cno_waiters != 0) { in dapl_cno_free()
H A Ddapl_evd_util.c312 dapl_os_atomic_inc(&cno_ptr->cno_ref_count); in dapli_evd_event_alloc()
376 dapl_os_atomic_dec(&evd_ptr->cno_ptr->cno_ref_count); in dapls_evd_dealloc()
/titanic_50/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h411 DAPL_ATOMIC cno_ref_count; member