Searched refs:sw_sync_fence_create (Results 1 – 9 of 9) sorted by relevance
/linux/tools/testing/selftests/sync/ |
H A D | sync_fence.c | 40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_one_timeline_wait() 82 a = sw_sync_fence_create(timeline, "allocFence", 1); in test_fence_one_timeline_merge() 83 b = sw_sync_fence_create(timeline, "allocFence", 2); in test_fence_one_timeline_merge() 84 c = sw_sync_fence_create(timeline, "allocFence", 3); in test_fence_one_timeline_merge()
|
H A D | sync_wait.c | 42 fenceA = sw_sync_fence_create(timelineA, "fenceA", 5); in test_fence_multi_timeline_wait() 43 fenceB = sw_sync_fence_create(timelineB, "fenceB", 5); in test_fence_multi_timeline_wait() 44 fenceC = sw_sync_fence_create(timelineC, "fenceC", 5); in test_fence_multi_timeline_wait()
|
H A D | sync_stress_consumer.c | 72 fence = sw_sync_fence_create(consumer_timeline, "fence", i); in mpsc_producer_thread() 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()
|
H A D | sync_alloc.c | 52 fence = sw_sync_fence_create(timeline, "allocFence", 1); in test_alloc_fence() 68 fence = sw_sync_fence_create(-1, "fence", 1); in test_alloc_fence_negative()
|
H A D | sync_stress_merge.c | 51 fence = sw_sync_fence_create(timelines[0], "fence", 0); in test_merge_stress_random_merge() 75 tmpfence = sw_sync_fence_create(timeline, "fence", sync_point); in test_merge_stress_random_merge()
|
H A D | sw_sync.h | 42 int sw_sync_fence_create(int fd, const char *name, unsigned int value);
|
H A D | sync_merge.c | 40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_merge_same_fence()
|
H A D | sync_stress_parallelism.c | 48 fence = sw_sync_fence_create(timeline, "fence", in test_stress_two_threads_shared_timeline_thread()
|
H A D | sync.c | 195 int sw_sync_fence_create(int fd, const char *name, unsigned int value) in sw_sync_fence_create() function
|