Home
last modified time | relevance | path

Searched refs:dma_resv_list_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
H A Ddma-resv.c56 * dma_resv_list_alloc - allocate fence list
62 static struct dma_resv_list *dma_resv_list_alloc(unsigned int shared_max) in dma_resv_list_alloc() function
206 new = dma_resv_list_alloc(max); in dma_resv_reserve_shared()
363 dst_list = dma_resv_list_alloc(shared_count); in dma_resv_copy_fences()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-resv.c98 static struct dma_resv_list *dma_resv_list_alloc(unsigned int max_fences) in dma_resv_list_alloc() function
198 new = dma_resv_list_alloc(max); in dma_resv_reserve_fences()
529 list = dma_resv_list_alloc(cursor.num_fences); in dma_resv_copy_fences()

Completed in 3 milliseconds