Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/
Dstorvsc_drv.c423 struct vmbus_channel **stor_chns; member
633 WRITE_ONCE(stor_device->stor_chns[old], cur_chn); in storvsc_change_target_cpu()
639 if (stor_device->stor_chns[cpu] && !cpumask_test_cpu( in storvsc_change_target_cpu()
641 WRITE_ONCE(stor_device->stor_chns[cpu], NULL); in storvsc_change_target_cpu()
644 WRITE_ONCE(stor_device->stor_chns[new], channel); in storvsc_change_target_cpu()
700 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation()
919 stor_device->stor_chns = kcalloc(num_possible_cpus(), sizeof(void *), in storvsc_channel_init()
921 if (stor_device->stor_chns == NULL) in storvsc_channel_init()
926 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init()
1351 kfree(stor_device->stor_chns); in storvsc_dev_remove()
[all …]