Home
last modified time | relevance | path

Searched refs:av_ref (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c393 (av->av_ref)++; in eib_ibt_hold_avect()
450 ASSERT(av->av_ref > 0); in eib_ibt_release_avect()
451 (av->av_ref)--; in eib_ibt_release_avect()
468 ASSERT(av->av_ref == 0); in eib_ibt_free_avects()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h656 uint_t av_ref; member