Searched refs:VHOST_VDPA_DEV_MAX (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vdpa.c | 34 #define VHOST_VDPA_DEV_MAX (1U << MINORBITS) macro 1048 VHOST_VDPA_DEV_MAX, GFP_KERNEL); in vhost_vdpa_probe() 1121 r = alloc_chrdev_region(&vhost_vdpa_major, 0, VHOST_VDPA_DEV_MAX, in vhost_vdpa_init() 1133 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_init() 1142 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_exit()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vdpa.c | 35 #define VHOST_VDPA_DEV_MAX (1U << MINORBITS) macro 1470 VHOST_VDPA_DEV_MAX, GFP_KERNEL); in vhost_vdpa_probe() 1546 r = alloc_chrdev_region(&vhost_vdpa_major, 0, VHOST_VDPA_DEV_MAX, in vhost_vdpa_init() 1558 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_init() 1567 unregister_chrdev_region(vhost_vdpa_major, VHOST_VDPA_DEV_MAX); in vhost_vdpa_exit()
|
Completed in 4 milliseconds