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;
113 struct dma_fence *f;
151 static void simple_callback(struct dma_fence *f, struct dma_fence_cb *cb)
159 struct dma_fence *f;
186 struct dma_fence *f;
215 struct dma_fence *f;
247 struct dma_fence *f;
278 struct dma_fence *f;
304 struct dma_fence *f;
333 struct dma_fence *f;
361 struct dma_fence *f;
410 struct dma_fence *f[64];
432 struct dma_fence __rcu **fences;
438 static void __wait_for_callbacks(struct dma_fence *f)
452 struct dma_fence *f1, *f2;
510 struct dma_fence __rcu *f[2] = {};
543 int dma_fence(void)
561 pr_info("sizeof(dma_fence)=%zu\n", sizeof(struct dma_fence));