Searched refs:cno_ref_count (Results 1 – 5 of 5) sorted by relevance
89 cno_ptr->cno_ref_count = 0; in dapl_cno_alloc()118 dapl_os_assert(cno_ptr->cno_ref_count == 0); in dapl_cno_dealloc()
116 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()
81 if (cno_ptr->cno_ref_count != 0 || cno_ptr->cno_waiters != 0) { in dapl_cno_free()
312 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()
411 DAPL_ATOMIC cno_ref_count; member