Searched refs:producer_timelines (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/sync/ |
H A D | sync_stress_consumer.c | 59 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[ in test_consumer_stress_multi_producer_single_consumer() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/sync/ |
H A D | sync_stress_consumer.c | 59 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[ in test_consumer_stress_multi_producer_single_consumer() [all...] |
Completed in 2 milliseconds