Searched refs:mdev_size (Results 1 – 1 of 1) sorted by relevance
1010 static int mdev_size = 128; variable1027 mdev_size, KM_NOSLEEP); in xen_manage_device()1051 if (i == mdev_size) { in xen_manage_device()1055 oldsize = mdev_size * sizeof (physdev_manage_pci_t); in xen_manage_device()1056 mdev_size *= 2; in xen_manage_device()1057 newlist = kmem_alloc(sizeof (physdev_manage_pci_t) * mdev_size, in xen_manage_device()