Searched refs:FENCE_STATUS_SIGNALED (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/sync/ |
D | sync_fence.c | 108 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_SIGNALED) == 1, in test_fence_one_timeline_merge() 114 ASSERT(sync_fence_count_with_status(b, FENCE_STATUS_SIGNALED) == 1, in test_fence_one_timeline_merge() 120 ASSERT(sync_fence_count_with_status(c, FENCE_STATUS_SIGNALED) == 1, in test_fence_one_timeline_merge() 123 sync_fence_count_with_status(d, FENCE_STATUS_SIGNALED) == 1, in test_fence_one_timeline_merge()
|
D | sync_wait.c | 62 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait() 68 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait() 74 signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED); in test_fence_multi_timeline_wait()
|
D | sync_merge.c | 48 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 0, in test_fence_merge_same_fence() 52 ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 1, in test_fence_merge_same_fence()
|
D | sync.h | 33 #define FENCE_STATUS_SIGNALED (1) macro
|