Home
last modified time | relevance | path

Searched refs:sync_pt (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/dma-buf/
Dsw_sync.c73 static inline struct sync_pt *dma_fence_to_sync_pt(struct dma_fence *fence) in dma_fence_to_sync_pt()
77 return container_of(fence, struct sync_pt, base); in dma_fence_to_sync_pt()
142 struct sync_pt *pt = dma_fence_to_sync_pt(fence); in timeline_fence_release()
206 struct sync_pt *pt, *next; in sync_timeline_signal()
245 static struct sync_pt *sync_pt_create(struct sync_timeline *obj, in sync_pt_create()
248 struct sync_pt *pt; in sync_pt_create()
265 struct sync_pt *other; in sync_pt_create()
323 struct sync_pt *pt, *next; in sw_sync_debugfs_release()
343 struct sync_pt *pt; in sw_sync_ioctl_create_fence()
Dsync_debug.h59 struct sync_pt { struct
Dsync_debug.c124 struct sync_pt *pt = container_of(pos, struct sync_pt, link); in sync_print_obj()