Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dmshv_regions.c193 kref_init(&region->mreg_refcount); in mshv_region_create()
351 container_of(ref, struct mshv_mem_region, mreg_refcount); in mshv_region_destroy()
377 kref_put(&region->mreg_refcount, mshv_region_destroy); in mshv_region_put()
382 return kref_get_unless_zero(&region->mreg_refcount); in mshv_region_get()
H A Dmshv_root.h85 struct kref mreg_refcount; member