Searched refs:test_channel (Results 1 – 2 of 2) sorted by relevance
156 struct vmbus_channel *test_channel = channel->primary_channel ? in hv_debug_delay_test() local159 bool state = test_channel->fuzz_testing_state; in hv_debug_delay_test()163 udelay(test_channel->fuzz_testing_interrupt_delay); in hv_debug_delay_test()165 udelay(test_channel->fuzz_testing_message_delay); in hv_debug_delay_test()
172 static char test_channel[20]; variable174 .string = test_channel,1112 strscpy(params->channel, strim(test_channel), sizeof(params->channel)); in add_threaded_test()1253 strim(test_channel)) == 0) { in dmatest_chan_set()1277 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set()1278 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()1312 strscpy(test_channel, "", sizeof(test_channel)); in dmatest_chan_get()