Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/sync/
H A Dsync_fence.c40 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 Dsync_wait.c42 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 Dsync_alloc.c52 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 Dsync_stress_consumer.c72 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 Dsync_stress_merge.c51 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 Dsw_sync.h42 int sw_sync_fence_create(int fd, const char *name, unsigned int value);
H A Dsync_merge.c40 fence = sw_sync_fence_create(timeline, "allocFence", 5); in test_fence_merge_same_fence()
H A Dsync_stress_parallelism.c48 fence = sw_sync_fence_create(timeline, "fence", in test_stress_two_threads_shared_timeline_thread()
H A Dsync.c195 int sw_sync_fence_create(int fd, const char *name, unsigned int value) in sw_sync_fence_create() function