Symbol: sync_timeline
drivers/dma-buf/sw_sync.c
100
static struct sync_timeline *sync_timeline_create(const char *name)
drivers/dma-buf/sw_sync.c
102
struct sync_timeline *obj;
drivers/dma-buf/sw_sync.c
123
struct sync_timeline *obj =
drivers/dma-buf/sw_sync.c
124
container_of(kref, struct sync_timeline, kref);
drivers/dma-buf/sw_sync.c
131
static void sync_timeline_get(struct sync_timeline *obj)
drivers/dma-buf/sw_sync.c
136
static void sync_timeline_put(struct sync_timeline *obj)
drivers/dma-buf/sw_sync.c
148
struct sync_timeline *parent = dma_fence_parent(fence);
drivers/dma-buf/sw_sync.c
156
struct sync_timeline *parent = dma_fence_parent(fence);
drivers/dma-buf/sw_sync.c
172
struct sync_timeline *parent = dma_fence_parent(fence);
drivers/dma-buf/sw_sync.c
209
static void sync_timeline_signal(struct sync_timeline *obj, unsigned int inc)
drivers/dma-buf/sw_sync.c
250
static struct sync_pt *sync_pt_create(struct sync_timeline *obj,
drivers/dma-buf/sw_sync.c
312
struct sync_timeline *obj;
drivers/dma-buf/sw_sync.c
328
struct sync_timeline *obj = file->private_data;
drivers/dma-buf/sw_sync.c
344
static long sw_sync_ioctl_create_fence(struct sync_timeline *obj,
drivers/dma-buf/sw_sync.c
393
static long sw_sync_ioctl_inc(struct sync_timeline *obj, unsigned long arg)
drivers/dma-buf/sw_sync.c
410
static int sw_sync_ioctl_get_deadline(struct sync_timeline *obj, unsigned long arg)
drivers/dma-buf/sw_sync.c
463
struct sync_timeline *obj = file->private_data;
drivers/dma-buf/sync_debug.c
16
void sync_timeline_debug_add(struct sync_timeline *obj)
drivers/dma-buf/sync_debug.c
25
void sync_timeline_debug_remove(struct sync_timeline *obj)
drivers/dma-buf/sync_debug.c
48
struct sync_timeline *parent = dma_fence_parent(fence);
drivers/dma-buf/sync_debug.c
70
static void sync_print_obj(struct seq_file *s, struct sync_timeline *obj)
drivers/dma-buf/sync_debug.c
92
struct sync_timeline *obj =
drivers/dma-buf/sync_debug.c
93
container_of(pos, struct sync_timeline,
drivers/dma-buf/sync_debug.h
48
static inline struct sync_timeline *dma_fence_parent(struct dma_fence *fence)
drivers/dma-buf/sync_debug.h
50
return container_of(fence->lock, struct sync_timeline, lock);
drivers/dma-buf/sync_debug.h
69
void sync_timeline_debug_add(struct sync_timeline *obj);
drivers/dma-buf/sync_debug.h
70
void sync_timeline_debug_remove(struct sync_timeline *obj);
drivers/dma-buf/sync_trace.h
12
TRACE_EVENT(sync_timeline,
drivers/dma-buf/sync_trace.h
13
TP_PROTO(struct sync_timeline *timeline),