Home
last modified time | relevance | path

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

/linux/drivers/scsi/
H A Dstorvsc_drv.c437 struct vmbus_channel **stor_chns; member
647 WRITE_ONCE(stor_device->stor_chns[old], cur_chn); in storvsc_change_target_cpu()
653 if (stor_device->stor_chns[cpu] && !cpumask_test_cpu( in storvsc_change_target_cpu()
655 WRITE_ONCE(stor_device->stor_chns[cpu], NULL); in storvsc_change_target_cpu()
658 WRITE_ONCE(stor_device->stor_chns[new], channel); in storvsc_change_target_cpu()
714 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation()
932 stor_device->stor_chns = kcalloc(nr_cpu_ids, sizeof(void *), in storvsc_channel_init()
934 if (stor_device->stor_chns == NULL) in storvsc_channel_init()
939 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init()
1401 kfree(stor_device->stor_chns); in storvsc_dev_remove()
[all …]