Home
last modified time | relevance | path

Searched refs:mock_fence (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c16 struct mock_fence { struct
33 struct mock_fence *f; in __mock_fence() argument
45 static struct dma_fence *mock_fence(void) in mock_fence() function
105 f = mock_fence(); in sanitycheck()
129 f1 = mock_fence(); in unwrap_array()
135 f2 = mock_fence(); in unwrap_array()
173 f1 = mock_fence(); in unwrap_chain()
179 f2 = mock_fence(); in unwrap_chain()
217 f1 = mock_fence(); in unwrap_chain_array()
223 f2 = mock_fence(); in unwrap_chain_array()
[all …]
H A Dst-dma-fence-chain.c24 static inline struct mock_fence { struct
28 return container_of(f, struct mock_fence, base); in to_mock_fence() argument
47 static struct dma_fence *mock_fence(void) in mock_fence() function
49 struct mock_fence *f; in mock_fence()
82 f = mock_fence(); in sanitycheck()
131 fc->fences[i] = mock_fence(); in fence_chains_init()
694 slab_fences = KMEM_CACHE(mock_fence, in dma_fence_chain()