Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c102 hw->wq_cpu_array = kcalloc(num_possible_cpus(), sizeof(void *), in efct_hw_map_wq_cpu()
104 if (!hw->wq_cpu_array) in efct_hw_map_wq_cpu()
120 hw->wq_cpu_array[cpu] = hw->hw_wq[i]; in efct_hw_map_wq_cpu()
H A Defct_hw.h415 struct hw_wq **wq_cpu_array; member
H A Defct_hw.c1591 io->wq = hw->wq_cpu_array[raw_smp_processor_id()]; in _efct_hw_io_alloc()
3482 kfree(hw->wq_cpu_array); in efct_hw_teardown()