Searched refs:next_queue_index (Results 1 – 1 of 1) sorted by relevance
4131 void __iomem *next_queue_index; in pqi_alloc_operational_queues() local4235 (next_queue_index - in pqi_alloc_operational_queues()4237 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()4238 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()4243 (next_queue_index - in pqi_alloc_operational_queues()4245 next_queue_index += sizeof(pqi_index_t); in pqi_alloc_operational_queues()4246 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()4248 queue_group->oq_pi = next_queue_index; in pqi_alloc_operational_queues()4251 (next_queue_index - in pqi_alloc_operational_queues()4254 next_queue_index = PTR_ALIGN(next_queue_index, in pqi_alloc_operational_queues()[all …]