Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c190 uint_t vmo_refcnt; /* manipulated with atomic ops */ member
517 vmo->vmo_refcnt = 1; in vm_object_mem_allocate()
538 vmo->vmo_refcnt = 1; in vm_object_mmio_allocate()
573 uint_t ref = atomic_dec_uint_nv(&vmo->vmo_refcnt); in vm_object_release()
604 uint_t ref = atomic_inc_uint_nv(&vmo->vmo_refcnt); in vm_object_reference()