Home
last modified time | relevance | path

Searched refs:num_poll_vqs (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/block/
H A Dvirtio_blk.c1025 unsigned short num_poll_vqs; in init_vq() local
1044 num_poll_vqs = min_t(unsigned int, poll_queues, num_vqs - 1); in init_vq()
1046 vblk->io_queues[HCTX_TYPE_DEFAULT] = num_vqs - num_poll_vqs; in init_vq()
1048 vblk->io_queues[HCTX_TYPE_POLL] = num_poll_vqs; in init_vq()
1067 for (i = 0; i < num_vqs - num_poll_vqs; i++) { in init_vq()