Lines Matching defs:dma_fence
20 struct dma_fence base;
22 } *to_mock_fence(struct dma_fence *f) {
26 static const char *mock_name(struct dma_fence *f)
31 static void mock_fence_release(struct dma_fence *f)
41 static void mock_wakeup(struct dma_fence *f, struct dma_fence_cb *cb)
46 static long mock_wait(struct dma_fence *f, bool intr, long timeout)
83 static struct dma_fence *mock_fence(void)
99 struct dma_fence *f;
115 struct dma_fence *f;
155 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb)
163 struct dma_fence *f;
190 struct dma_fence *f;
221 struct dma_fence *f;
253 struct dma_fence *f;
284 struct dma_fence *f;
312 struct dma_fence *f;
343 struct dma_fence *f;
373 struct dma_fence *f;
424 struct dma_fence *f[64];
446 struct dma_fence __rcu **fences;
452 static void __wait_for_callbacks(struct dma_fence *f)
466 struct dma_fence *f1, *f2;
529 struct dma_fence __rcu *f[2] = {};
562 int dma_fence(void)
580 pr_info("sizeof(dma_fence)=%zu\n", sizeof(struct dma_fence));