Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dvirtio_blk.c1166 int i, qoff; in virtblk_map_queues() local
1168 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in virtblk_map_queues()
1172 map->queue_offset = qoff; in virtblk_map_queues()
1173 qoff += map->nr_queues; in virtblk_map_queues()
/linux/drivers/block/null_blk/
H A Dmain.c1538 int i, qoff; in null_map_queues() local
1568 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in null_map_queues()
1582 map->queue_offset = qoff; in null_map_queues()
1583 qoff += map->nr_queues; in null_map_queues()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h1885 uint64_t qoff:1; member
1901 uint64_t qoff:1;
/linux/drivers/scsi/
H A Dscsi_debug.c9061 int i, qoff; in sdebug_map_queues() local
9066 for (i = 0, qoff = 0; i < HCTX_MAX_TYPES; i++) { in sdebug_map_queues()
9081 map->queue_offset = qoff; in sdebug_map_queues()
9084 qoff += map->nr_queues; in sdebug_map_queues()