Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dvfio_ccw_drv.c144 if (private->schib_region) in vfio_ccw_free_regions()
145 kmem_cache_free(vfio_ccw_schib_region, private->schib_region); in vfio_ccw_free_regions()
183 private->schib_region = kmem_cache_zalloc(vfio_ccw_schib_region, in vfio_ccw_sch_probe()
186 if (!private->schib_region) in vfio_ccw_sch_probe()
H A Dvfio_ccw_private.h100 struct ccw_schib_region *schib_region; member
H A Dvfio_ccw_chp.c76 private->schib_region); in vfio_ccw_register_schib_dev_regions()