Searched refs:allocsize2 (Results 1 – 2 of 2) sorted by relevance
433 int vq_size, allocsize1, allocsize2, allocsize = 0; in virtio_alloc_vq() local463 allocsize2 = VIRTQUEUE_ALIGN(sizeof (struct vring_used) in virtio_alloc_vq()466 allocsize = allocsize1 + allocsize2; in virtio_alloc_vq()
1323 size_t allocsize2; in exportfs() local1326 allocsize2 = kex->ex_seccnt * sizeof (struct secinfo); in exportfs()1327 sp2 = kmem_zalloc(allocsize2, KM_SLEEP); in exportfs()1358 allocsize = allocsize2; in exportfs()