total_vqs 53 drivers/crypto/virtio/virtio_crypto_core.c int i, total_vqs; total_vqs 62 drivers/crypto/virtio/virtio_crypto_core.c total_vqs = vi->max_data_queues + 1; total_vqs 65 drivers/crypto/virtio/virtio_crypto_core.c vqs = kcalloc(total_vqs, sizeof(*vqs), GFP_KERNEL); total_vqs 68 drivers/crypto/virtio/virtio_crypto_core.c callbacks = kcalloc(total_vqs, sizeof(*callbacks), GFP_KERNEL); total_vqs 71 drivers/crypto/virtio/virtio_crypto_core.c names = kcalloc(total_vqs, sizeof(*names), GFP_KERNEL); total_vqs 76 drivers/crypto/virtio/virtio_crypto_core.c callbacks[total_vqs - 1] = NULL; total_vqs 77 drivers/crypto/virtio/virtio_crypto_core.c names[total_vqs - 1] = "controlq"; total_vqs 87 drivers/crypto/virtio/virtio_crypto_core.c ret = virtio_find_vqs(vi->vdev, total_vqs, vqs, callbacks, names, NULL); total_vqs 91 drivers/crypto/virtio/virtio_crypto_core.c vi->ctrl_vq = vqs[total_vqs - 1]; total_vqs 2756 drivers/net/virtio_net.c int i, total_vqs; total_vqs 2764 drivers/net/virtio_net.c total_vqs = vi->max_queue_pairs * 2 + total_vqs 2768 drivers/net/virtio_net.c vqs = kcalloc(total_vqs, sizeof(*vqs), GFP_KERNEL); total_vqs 2771 drivers/net/virtio_net.c callbacks = kmalloc_array(total_vqs, sizeof(*callbacks), GFP_KERNEL); total_vqs 2774 drivers/net/virtio_net.c names = kmalloc_array(total_vqs, sizeof(*names), GFP_KERNEL); total_vqs 2778 drivers/net/virtio_net.c ctx = kcalloc(total_vqs, sizeof(*ctx), GFP_KERNEL); total_vqs 2787 drivers/net/virtio_net.c callbacks[total_vqs - 1] = NULL; total_vqs 2788 drivers/net/virtio_net.c names[total_vqs - 1] = "control"; total_vqs 2803 drivers/net/virtio_net.c ret = vi->vdev->config->find_vqs(vi->vdev, total_vqs, vqs, callbacks, total_vqs 2809 drivers/net/virtio_net.c vi->cvq = vqs[total_vqs - 1];