Lines Matching defs:ops
32 * @ops: dma_fence_ops associated with this fence
46 * atomic ops (bit_*), so taking the spinlock will not be needed most
67 const struct dma_fence_ops *ops;
266 void dma_fence_init(struct dma_fence *fence, const struct dma_fence_ops *ops,
404 if (fence->ops->signaled && fence->ops->signaled(fence)) {
434 if (fence->ops->signaled && fence->ops->signaled(fence)) {
446 * @ops: dma_fence_ops associated with the seqno
452 const struct dma_fence_ops *ops)
458 if (ops->use_64bit_seqno)
478 return __dma_fence_is_later(f1->seqno, f2->seqno, f1->ops);