Searched refs:mreg_refcount (Results 1 – 2 of 2) sorted by relevance
193 kref_init(®ion->mreg_refcount); in mshv_region_create()351 container_of(ref, struct mshv_mem_region, mreg_refcount); in mshv_region_destroy()377 kref_put(®ion->mreg_refcount, mshv_region_destroy); in mshv_region_put()382 return kref_get_unless_zero(®ion->mreg_refcount); in mshv_region_get()
85 struct kref mreg_refcount; member