sync_fence_count_with_status   38 tools/testing/selftests/sync/sync.h int sync_fence_count_with_status(int fd, int status);
sync_fence_count_with_status   97 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status   99 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status  101 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status  103 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status  108 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(a, FENCE_STATUS_SIGNALED) == 1,
sync_fence_count_with_status  110 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status  114 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(b, FENCE_STATUS_SIGNALED) == 1,
sync_fence_count_with_status  116 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 1,
sync_fence_count_with_status  120 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(c, FENCE_STATUS_SIGNALED) == 1,
sync_fence_count_with_status  122 tools/testing/selftests/sync/sync_fence.c 	ASSERT(sync_fence_count_with_status(d, FENCE_STATUS_ACTIVE) == 0 &&
sync_fence_count_with_status  123 tools/testing/selftests/sync/sync_fence.c 	       sync_fence_count_with_status(d, FENCE_STATUS_SIGNALED) == 1,
sync_fence_count_with_status   48 tools/testing/selftests/sync/sync_merge.c 	ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 0,
sync_fence_count_with_status   52 tools/testing/selftests/sync/sync_merge.c 	ASSERT(sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED) == 1,
sync_fence_count_with_status   45 tools/testing/selftests/sync/sync_stress_consumer.c 		error = sync_fence_count_with_status(fence, FENCE_STATUS_ERROR);
sync_fence_count_with_status   47 tools/testing/selftests/sync/sync_stress_consumer.c 		active = sync_fence_count_with_status(fence,
sync_fence_count_with_status   53 tools/testing/selftests/sync/sync_wait.c 	active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
sync_fence_count_with_status   61 tools/testing/selftests/sync/sync_wait.c 	active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
sync_fence_count_with_status   62 tools/testing/selftests/sync/sync_wait.c 	signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED);
sync_fence_count_with_status   67 tools/testing/selftests/sync/sync_wait.c 	active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
sync_fence_count_with_status   68 tools/testing/selftests/sync/sync_wait.c 	signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED);
sync_fence_count_with_status   73 tools/testing/selftests/sync/sync_wait.c 	active = sync_fence_count_with_status(merged, FENCE_STATUS_ACTIVE);
sync_fence_count_with_status   74 tools/testing/selftests/sync/sync_wait.c 	signaled = sync_fence_count_with_status(merged, FENCE_STATUS_SIGNALED);