Lines Matching refs:stor_chns

429 	struct vmbus_channel **stor_chns;  member
639 WRITE_ONCE(stor_device->stor_chns[old], cur_chn); in storvsc_change_target_cpu()
645 if (stor_device->stor_chns[cpu] && !cpumask_test_cpu( in storvsc_change_target_cpu()
647 WRITE_ONCE(stor_device->stor_chns[cpu], NULL); in storvsc_change_target_cpu()
650 WRITE_ONCE(stor_device->stor_chns[new], channel); in storvsc_change_target_cpu()
706 stor_device->stor_chns[new_sc->target_cpu] = new_sc; in handle_sc_creation()
925 stor_device->stor_chns = kcalloc(num_possible_cpus(), sizeof(void *), in storvsc_channel_init()
927 if (stor_device->stor_chns == NULL) in storvsc_channel_init()
932 stor_device->stor_chns[device->channel->target_cpu] = device->channel; in storvsc_channel_init()
1378 kfree(stor_device->stor_chns); in storvsc_dev_remove()
1392 stor_device->stor_chns[q_num] = stor_device->device->channel; in get_og_chn()
1413 stor_device->stor_chns[q_num] = stor_device->device->channel; in get_og_chn()
1429 stor_device->stor_chns[q_num] = stor_device->stor_chns[tgt_cpu]; in get_og_chn()
1431 return stor_device->stor_chns[q_num]; in get_og_chn()
1458 outgoing_channel = READ_ONCE(stor_device->stor_chns[q_num]); in storvsc_do_io()
1473 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
1502 stor_device->stor_chns[tgt_cpu]); in storvsc_do_io()
1515 outgoing_channel = stor_device->stor_chns[q_num]; in storvsc_do_io()
2109 kfree(stor_device->stor_chns); in storvsc_probe()
2156 kfree(stor_device->stor_chns); in storvsc_suspend()
2157 stor_device->stor_chns = NULL; in storvsc_suspend()