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