Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/dma-buf/
A Dsw_sync.c80 struct sync_timeline *obj; in sync_timeline_create()
101 struct sync_timeline *obj = in sync_timeline_free()
102 container_of(kref, struct sync_timeline, kref); in sync_timeline_free()
109 static void sync_timeline_get(struct sync_timeline *obj) in sync_timeline_get()
114 static void sync_timeline_put(struct sync_timeline *obj) in sync_timeline_put()
126 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_get_timeline_name()
134 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_release()
150 struct sync_timeline *parent = dma_fence_parent(fence); in timeline_fence_signaled()
295 struct sync_timeline *obj; in sw_sync_debugfs_open()
311 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()
67 void sync_timeline_debug_add(struct sync_timeline *obj);
68 void sync_timeline_debug_remove(struct sync_timeline *obj);
A Dsync_debug.c18 void sync_timeline_debug_add(struct sync_timeline *obj) in sync_timeline_debug_add()
27 void sync_timeline_debug_remove(struct sync_timeline *obj) in sync_timeline_debug_remove()
68 struct sync_timeline *parent = dma_fence_parent(fence); in sync_print_fence()
107 static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj) in sync_print_obj()
149 struct sync_timeline *obj = in sync_info_debugfs_show()
150 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 5 milliseconds