Searched refs:num_poll_vqs (Results 1 – 1 of 1) sorted by relevance
612 unsigned int num_poll_vqs; in init_vq() local631 num_poll_vqs = min_t(unsigned int, poll_queues, num_vqs - 1); in init_vq()633 vblk->io_queues[HCTX_TYPE_DEFAULT] = num_vqs - num_poll_vqs; in init_vq()635 vblk->io_queues[HCTX_TYPE_POLL] = num_poll_vqs; in init_vq()654 for (i = 0; i < num_vqs - num_poll_vqs; i++) { in init_vq()