Searched refs:sync_pt (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | sw_sync.c | 64 static inline struct sync_pt *dma_fence_to_sync_pt(struct dma_fence *fence) in dma_fence_to_sync_pt() 68 return container_of(fence, struct sync_pt, base); in dma_fence_to_sync_pt() 133 struct sync_pt *pt = dma_fence_to_sync_pt(fence); in timeline_fence_release() 194 struct sync_pt *pt, *next; in sync_timeline_signal() 233 static struct sync_pt *sync_pt_create(struct sync_timeline *obj, in sync_pt_create() 236 struct sync_pt *pt; in sync_pt_create() 253 struct sync_pt *other; in sync_pt_create() 312 struct sync_pt *pt, *next; in sw_sync_debugfs_release() 332 struct sync_pt *pt; in sw_sync_ioctl_create_fence()
|
| D | sync_debug.c | 115 struct sync_pt *pt = container_of(pos, struct sync_pt, link); in sync_print_obj()
|
| D | sync_debug.h | 59 struct sync_pt { struct
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
| D | verbs.h | 211 u8 sync_pt; /* Set when QP reaches sync point */ member
|
| D | trace_tid.h | 1369 __field(bool, sync_pt) 1390 __entry->sync_pt = priv->sync_pt; 1410 __entry->sync_pt ? "yes" : "no",
|
| D | tid_rdma.c | 3509 if (qpriv->sync_pt && qpriv->alloc_w_segs) in hfi1_tid_write_alloc_resources() 3513 if (qpriv->sync_pt && !qpriv->alloc_w_segs) { in hfi1_tid_write_alloc_resources() 3515 qpriv->sync_pt = false; in hfi1_tid_write_alloc_resources() 3537 qpriv->sync_pt = true; in hfi1_tid_write_alloc_resources()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0038_linux_drivers_mxc.patch | 158205 + struct sync_pt * pt = gcvNULL; 158330 + struct fence *f = fence->cbs[i].sync_pt; 158331 + struct sync_pt *pt = container_of(f, struct sync_pt, base); 158345 + struct sync_pt * pt = 158346 + container_of(pos, struct sync_pt, pt_list); 160323 +static struct sync_pt * viv_sync_pt_dup(struct sync_pt *sync_pt) 160330 + src = (struct viv_sync_pt *)sync_pt; 160332 + obj = (struct viv_sync_timeline *)sync_pt_parent(sync_pt); 160334 + obj = (struct viv_sync_timeline *)sync_pt->parent; 160337 + /* Create the new sync_pt. */ [all …]
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | drivers.patch | 7054 @@ -62,11 +62,18 @@ struct sync_pt {
|