Home
last modified time | relevance | path

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

/titanic_50/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
636 new_dvm_track = (hermon_devmap_track_t *)kmem_zalloc( in hermon_devmap_umem_dup()
638 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*new_dvm_track)) in hermon_devmap_umem_dup()
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()
643 mutex_init(&new_dvm_track->hdt_lock, NULL, MUTEX_DRIVER, in hermon_devmap_umem_dup()
645 *new_pvtp = new_dvm_track; in hermon_devmap_umem_dup()
999 hermon_devmap_track_t *dvm_track, *new_dvm_track; in hermon_devmap_dbrecmem_dup() local
[all …]
/titanic_50/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_umap.c560 tavor_devmap_track_t *dvm_track, *new_dvm_track; in tavor_devmap_umem_dup() local
599 new_dvm_track = (tavor_devmap_track_t *)kmem_zalloc( in tavor_devmap_umem_dup()
601 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*new_dvm_track)) in tavor_devmap_umem_dup()
602 new_dvm_track->tdt_offset = 0; in tavor_devmap_umem_dup()
603 new_dvm_track->tdt_state = state; in tavor_devmap_umem_dup()
604 new_dvm_track->tdt_refcnt = 1; in tavor_devmap_umem_dup()
605 new_dvm_track->tdt_size = 0; in tavor_devmap_umem_dup()
606 mutex_init(&new_dvm_track->tdt_lock, NULL, MUTEX_DRIVER, in tavor_devmap_umem_dup()
608 *new_pvtp = new_dvm_track; in tavor_devmap_umem_dup()