Home
last modified time | relevance | path

Searched refs:slab_fences (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Dst-dma-fence.c17 static struct kmem_cache *slab_fences; variable
33 kmem_cache_free(slab_fences, to_mock_fence(f)); in mock_fence_release()
87 f = kmem_cache_alloc(slab_fences, GFP_KERNEL); in mock_fence()
563 slab_fences = KMEM_CACHE(mock_fence, in dma_fence()
566 if (!slab_fences) in dma_fence()
571 kmem_cache_destroy(slab_fences); in dma_fence()
H A Dst-dma-fence-chain.c22 static struct kmem_cache *slab_fences; variable
38 kmem_cache_free(slab_fences, to_mock_fence(f)); in mock_fence_release()
51 f = kmem_cache_alloc(slab_fences, GFP_KERNEL); in mock_fence()
704 slab_fences = KMEM_CACHE(mock_fence, in dma_fence_chain()
707 if (!slab_fences) in dma_fence_chain()
712 kmem_cache_destroy(slab_fences); in dma_fence_chain()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dst-dma-fence.c17 static struct kmem_cache *slab_fences; variable
33 kmem_cache_free(slab_fences, to_mock_fence(f)); in mock_fence_release()
87 f = kmem_cache_alloc(slab_fences, GFP_KERNEL); in mock_fence()
582 slab_fences = KMEM_CACHE(mock_fence, in dma_fence()
585 if (!slab_fences) in dma_fence()
590 kmem_cache_destroy(slab_fences); in dma_fence()
H A Dst-dma-fence-chain.c22 static struct kmem_cache *slab_fences; variable
38 kmem_cache_free(slab_fences, to_mock_fence(f)); in mock_fence_release()
51 f = kmem_cache_alloc(slab_fences, GFP_KERNEL); in mock_fence()
700 slab_fences = KMEM_CACHE(mock_fence, in dma_fence_chain()
703 if (!slab_fences) in dma_fence_chain()
708 kmem_cache_destroy(slab_fences); in dma_fence_chain()

Completed in 4 milliseconds