Lines Matching refs:seqno
38 * @seqno: the sequence number of this fence inside the execution context,
92 u64 seqno;
128 * True if this dma_fence implementation uses 64bit seqno, false
263 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops, spinlock_t *lock, u64 context, u64 seqno);
424 * It's recommended for seqno fences to call dma_fence_signal when the
447 * @f1: the first fence's seqno
448 * @f2: the second fence's seqno from the same context
449 * @ops: dma_fence_ops associated with the seqno
452 * from the same context, since a seqno is not common across contexts.
473 * from the same context, since a seqno is not re-used across contexts.
481 return __dma_fence_is_later(f1->seqno, f2->seqno, f1->ops);
490 * signaled last. Both fences must be from the same context, since a seqno is
594 pr_info("f %llu#%llu: " fmt, __ff->context, __ff->seqno, ##args); \
600 pr_warn("f %llu#%llu: " fmt, __ff->context, __ff->seqno, ##args); \
606 pr_err("f %llu#%llu: " fmt, __ff->context, __ff->seqno, ##args); \