Home
last modified time | relevance | path

Searched refs:sync_timeline (Results 1 – 4 of 4) sorted by relevance

/drivers/dma-buf/
A Dsw_sync.c101 struct sync_timeline *obj; in sync_timeline_create()
122 struct sync_timeline *obj = in sync_timeline_free()
123 container_of(kref, struct sync_timeline, kref); in sync_timeline_free()
130 static void sync_timeline_get(struct sync_timeline *obj) in sync_timeline_get()
135 static void sync_timeline_put(struct sync_timeline *obj) in sync_timeline_put()
147 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_get_timeline_name()
155 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_release()
171 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_signaled()
311 struct sync_timeline *obj; in sw_sync_debugfs_open()
327 struct sync_timeline *obj = file->private_data; in sw_sync_debugfs_release()
[all …]
A Dsync_debug.h33 struct sync_timeline { struct
48 static inline struct sync_timeline *dma_fence_parent(struct dma_fence *fence) in dma_fence_parent() argument
50 return container_of(fence->lock, struct sync_timeline, lock); in dma_fence_parent()
69 void sync_timeline_debug_add(struct sync_timeline *obj);
70 void sync_timeline_debug_remove(struct sync_timeline *obj);
A Dsync_debug.c16 void sync_timeline_debug_add(struct sync_timeline *obj) in sync_timeline_debug_add()
25 void sync_timeline_debug_remove(struct sync_timeline *obj) in sync_timeline_debug_remove()
48 struct sync_timeline *parent = dma_fence_parent(fence); in sync_print_fence()
70 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj()
92 struct sync_timeline *obj = in sync_info_debugfs_show()
93 container_of(pos, struct sync_timeline, in sync_info_debugfs_show()
A Dsync_trace.h12 TRACE_EVENT(sync_timeline,
13 TP_PROTO(struct sync_timeline *timeline),

Completed in 9 milliseconds