Searched defs:ud_ref_cnt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h584 * ud_ref_cnt: State ref count for not deleting accidentally
621 int ud_ref_cnt; member in struct:ibcm_ud_state_data_s
668 ibcm_ud_state_data_s::{ud_state ud_ref_cnt ud_timerid
697 * Incr/Decr ud_ref_cnt by 1
699 #define IBCM_UD_REF_CNT_INCR(s) ((s)->ud_ref_cnt++)
701 if ((--(s->ud_ref_cnt) == 0) && (s->ud_delete_state_data == B_TRUE)) { \
704 ASSERT(s->ud_ref_cnt >= 0);

Completed in 75 milliseconds