Searched refs:FENCE_STATUS_ACTIVE (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/sync/
H A Dsync.h32 #define FENCE_STATUS_ACTIVE (0) macro
H A Dsync_fence.c97 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
99 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
101 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
103 ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
110 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
116 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
122 ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 0 &&
H A Dsync_wait.c53 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
61 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
67 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
73 active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
H A Dsync_stress_consumer.c48 FENCE_STATUS_ACTIVE);

Completed in 127 milliseconds