Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c496 dvm_track->hdt_refcnt = 1; in hermon_devmap_umem_map()
641 new_dvm_track->hdt_refcnt = 1; in hermon_devmap_umem_dup()
717 dvm_track->hdt_refcnt--; in hermon_devmap_umem_unmap()
719 dvm_track->hdt_refcnt++; in hermon_devmap_umem_unmap()
740 if (dvm_track->hdt_refcnt == 0) { in hermon_devmap_umem_unmap()
901 dvm_track->hdt_refcnt = 1; in hermon_devmap_dbrecmem_map()
1040 new_dvm_track->hdt_refcnt = 1; in hermon_devmap_dbrecmem_dup()
1116 dvm_track->hdt_refcnt--; in hermon_devmap_dbrecmem_unmap()
1118 dvm_track->hdt_refcnt++; in hermon_devmap_dbrecmem_unmap()
1139 if (dvm_track->hdt_refcnt == 0) { in hermon_devmap_dbrecmem_unmap()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h883 int hdt_refcnt; member