Lines Matching refs:sync_timeline
99 static struct sync_timeline *sync_timeline_create(const char *name) in sync_timeline_create()
101 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()
208 static void sync_timeline_signal(struct sync_timeline *obj, unsigned int inc) in sync_timeline_signal()
249 static struct sync_pt *sync_pt_create(struct sync_timeline *obj, in sync_pt_create()
311 struct sync_timeline *obj; in sw_sync_debugfs_open()
327 struct sync_timeline *obj = file->private_data; in sw_sync_debugfs_release()
343 static long sw_sync_ioctl_create_fence(struct sync_timeline *obj, in sw_sync_ioctl_create_fence()
389 static long sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg) in sw_sync_ioctl_inc()
406 static int sw_sync_ioctl_get_deadline(struct sync_timeline *obj, unsigned long arg) in sw_sync_ioctl_get_deadline()
459 struct sync_timeline *obj = file->private_data; in sw_sync_ioctl()