Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/dma-buf/
Dsw_sync.c64 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()
Dsync_debug.c115 struct sync_pt *pt = container_of(pos, struct sync_pt, link); in sync_print_obj()
Dsync_debug.h59 struct sync_pt { struct
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dverbs.h169 u8 sync_pt; /* Set when QP reaches sync point */ member
Dtrace_tid.h1369 __field(bool, sync_pt)
1390 __entry->sync_pt = priv->sync_pt;
1410 __entry->sync_pt ? "yes" : "no",
Dtid_rdma.c3521 if (qpriv->sync_pt && qpriv->alloc_w_segs) in hfi1_tid_write_alloc_resources()
3525 if (qpriv->sync_pt && !qpriv->alloc_w_segs) { in hfi1_tid_write_alloc_resources()
3527 qpriv->sync_pt = false; in hfi1_tid_write_alloc_resources()
3549 qpriv->sync_pt = true; in hfi1_tid_write_alloc_resources()