Searched refs:crw_region (Results 1 – 3 of 3) sorted by relevance
134 if (private->crw_region) in vfio_ccw_free_regions()135 kmem_cache_free(vfio_ccw_crw_region, private->crw_region); in vfio_ccw_free_regions()181 private->crw_region = kmem_cache_zalloc(vfio_ccw_crw_region, in vfio_ccw_sch_probe()184 if (!private->crw_region) in vfio_ccw_sch_probe()
148 private->crw_region); in vfio_ccw_register_crw_dev_regions()
101 struct ccw_crw_region *crw_region; member