Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_umap.c600 hermon_devmap_track_t *dvm_track, *new_dvm_track; in hermon_devmap_umem_dup() local
639 new_dvm_track->hdt_offset = 0; in hermon_devmap_umem_dup()
640 new_dvm_track->hdt_state = state; in hermon_devmap_umem_dup()
641 new_dvm_track->hdt_refcnt = 1; in hermon_devmap_umem_dup()
642 new_dvm_track->hdt_size = 0; in hermon_devmap_umem_dup()
645 *new_pvtp = new_dvm_track; in hermon_devmap_umem_dup()
1038 new_dvm_track->hdt_offset = 0; in hermon_devmap_dbrecmem_dup()
1039 new_dvm_track->hdt_state = state; in hermon_devmap_dbrecmem_dup()
1040 new_dvm_track->hdt_refcnt = 1; in hermon_devmap_dbrecmem_dup()
1041 new_dvm_track->hdt_size = 0; in hermon_devmap_dbrecmem_dup()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c505 tavor_devmap_track_t *dvm_track, *new_dvm_track; in tavor_devmap_umem_dup() local
541 new_dvm_track = (tavor_devmap_track_t *)kmem_zalloc( in tavor_devmap_umem_dup()
543 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*new_dvm_track)) in tavor_devmap_umem_dup()
544 new_dvm_track->tdt_offset = 0; in tavor_devmap_umem_dup()
545 new_dvm_track->tdt_state = state; in tavor_devmap_umem_dup()
546 new_dvm_track->tdt_refcnt = 1; in tavor_devmap_umem_dup()
547 new_dvm_track->tdt_size = 0; in tavor_devmap_umem_dup()
548 mutex_init(&new_dvm_track->tdt_lock, NULL, MUTEX_DRIVER, in tavor_devmap_umem_dup()
550 *new_pvtp = new_dvm_track; in tavor_devmap_umem_dup()