/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot_item.c | 292 struct xfs_qoff_logitem *qoff = QOFF_ITEM(lip); in xfs_qm_qoff_logitem_release() local 295 if (qoff->qql_start_lip) in xfs_qm_qoff_logitem_release() 296 xfs_qm_qoff_logitem_relse(qoff->qql_start_lip); in xfs_qm_qoff_logitem_release() 297 xfs_qm_qoff_logitem_relse(qoff); in xfs_qm_qoff_logitem_release() 323 struct xfs_qoff_logitem *qoff) in xfs_qm_qoff_logitem_relse() 325 struct xfs_log_item *lip = &qoff->qql_item; in xfs_qm_qoff_logitem_relse() 332 kmem_free(qoff); in xfs_qm_qoff_logitem_relse() 322 xfs_qm_qoff_logitem_relse( struct xfs_qoff_logitem *qoff) xfs_qm_qoff_logitem_relse() argument
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | virtio_blk.c | 1228 int i, qoff; in virtblk_map_queues() local 1230 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in virtblk_map_queues() 1234 map->queue_offset = qoff; in virtblk_map_queues() 1235 qoff += map->nr_queues; in virtblk_map_queues()
|
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | main.c | 1591 int i, qoff; in null_map_queues() local 1621 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in null_map_queues() 1635 map->queue_offset = qoff; in null_map_queues() 1636 qoff += map->nr_queues; in null_map_queues()
|
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | pci.c | 441 int i, qoff, offset; in nvme_pci_map_queues() local 444 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in nvme_pci_map_queues() 457 map->queue_offset = qoff; in nvme_pci_map_queues() 462 qoff += map->nr_queues; in nvme_pci_map_queues()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | pci.c | 442 int i, qoff, offset; in nvme_pci_map_queues() local 445 for (i = 0, qoff = 0; i < set->nr_maps; i++) { in nvme_pci_map_queues() 458 map->queue_offset = qoff; in nvme_pci_map_queues() 463 qoff += map->nr_queues; in nvme_pci_map_queues()
|
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_os.c | 3871 int i, qoff, offset; in mpi3mr_map_queues() local 3876 for (i = 0, qoff = 0; i < HCTX_MAX_TYPES; i++) { in mpi3mr_map_queues() 3895 map->queue_offset = qoff; in mpi3mr_map_queues() 3901 qoff += map->nr_queues; in mpi3mr_map_queues()
|
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 3292 int i, qoff; in hisi_sas_map_queues() local 3294 for (i = 0, qoff = 0; i < shost->nr_maps; i++) { in hisi_sas_map_queues() 3308 qmap->queue_offset = qoff; in hisi_sas_map_queues() 3314 qoff += qmap->nr_queues; in hisi_sas_map_queues()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-lmcx-defs.h | 1885 uint64_t qoff:1; member 1901 uint64_t qoff:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-lmcx-defs.h | 1885 uint64_t qoff:1; member 1901 uint64_t qoff:1;
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 7390 int i, qoff; in sdebug_map_queues() local 7395 for (i = 0, qoff = 0; i < HCTX_MAX_TYPES; i++) { in sdebug_map_queues() 7410 map->queue_offset = qoff; in sdebug_map_queues() 7413 qoff += map->nr_queues; in sdebug_map_queues()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_scsih.c | 11892 int i, qoff, offset; in scsih_map_queues() local 11899 for (i = 0, qoff = 0; i < shost->nr_maps; i++) { in scsih_map_queues() 11917 map->queue_offset = qoff; in scsih_map_queues() 11923 qoff += map->nr_queues; in scsih_map_queues()
|
/kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
H A D | megaraid_sas_base.c | 3179 int qoff = 0, offset; in megasas_map_queues() local 3194 qoff += map->nr_queues; in megasas_map_queues() 3208 map->queue_offset = qoff; in megasas_map_queues()
|