Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/hv/
Dhv_debugfs.c156 struct vmbus_channel *test_channel = channel->primary_channel ? in hv_debug_delay_test() local
159 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()
/Linux-v5.10/drivers/dma/
Ddmatest.c167 static char test_channel[20]; variable
169 .string = test_channel,
1095 strlcpy(params->channel, strim(test_channel), sizeof(params->channel)); in add_threaded_test()
1236 strim(test_channel)) == 0) { in dmatest_chan_set()
1260 if ((strcmp(dma_chan_name(dtc->chan), strim(test_channel)) != 0) in dmatest_chan_set()
1261 && (strcmp("", strim(test_channel)) != 0)) { in dmatest_chan_set()
1295 strlcpy(test_channel, "", sizeof(test_channel)); in dmatest_chan_get()