Searched refs:next_queue_index (Results 1 – 1 of 1) sorted by relevance
3821 void __iomem *next_queue_index; in pqi_alloc_operational_queues() local3917 next_queue_index = (void __iomem *)PTR_ALIGN(element_array, in pqi_alloc_operational_queues()3922 queue_group->iq_ci[RAID_PATH] = next_queue_index; in pqi_alloc_operational_queues()3925 (next_queue_index - in pqi_alloc_operational_queues()3927 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()3928 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()3930 queue_group->iq_ci[AIO_PATH] = next_queue_index; in pqi_alloc_operational_queues()3933 (next_queue_index - in pqi_alloc_operational_queues()3935 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()3936 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()[all …]