Lines Matching defs:fence
66 struct dma_fence *fence, bool show)
68 struct sync_timeline *parent = dma_fence_parent(fence);
71 status = dma_fence_get_status_locked(fence);
78 if (test_bit(DMA_FENCE_FLAG_TIMESTAMP_BIT, &fence->flags)) {
80 ktime_to_timespec64(fence->timestamp);
85 if (fence->ops->timeline_value_str &&
86 fence->ops->fence_value_str) {
90 fence->ops->fence_value_str(fence, value, sizeof(value));
96 fence->ops->timeline_value_str(fence, value,
129 sync_status_str(dma_fence_get_status(sync_file->fence)));
131 if (dma_fence_is_array(sync_file->fence)) {
132 struct dma_fence_array *array = to_dma_fence_array(sync_file->fence);
137 sync_print_fence(s, sync_file->fence, true);