Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/sync/
Dsync_stress_consumer.c59 int *producer_timelines; member
67 int *producer_timelines = test_data_mpsc.producer_timelines; in mpsc_producer_thread() local
97 ASSERT(sw_sync_timeline_inc(producer_timelines[id], 1) == 0, in mpsc_producer_thread()
109 int *producer_timelines = test_data_mpsc.producer_timelines; in mpcs_consumer_thread() local
115 fence = sw_sync_fence_create(producer_timelines[0], "name", it); in mpcs_consumer_thread()
117 tmp = sw_sync_fence_create(producer_timelines[i], in mpcs_consumer_thread()
158 int producer_timelines[n]; in test_consumer_stress_multi_producer_single_consumer() local
164 producer_timelines[i] = sw_sync_timeline_create(); in test_consumer_stress_multi_producer_single_consumer()
166 test_data_mpsc.producer_timelines = producer_timelines; in test_consumer_stress_multi_producer_single_consumer()