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

/linux-master/drivers/dma-buf/
H A Ddma-resv.c63 struct dma_resv_list { struct
70 static void dma_resv_list_entry(struct dma_resv_list *list, unsigned int index,
84 static void dma_resv_list_set(struct dma_resv_list *list,
95 * Allocate a new dma_resv_list and make sure to correctly initialize
98 static struct dma_resv_list *dma_resv_list_alloc(unsigned int max_fences)
100 struct dma_resv_list *list;
117 /* Free a dma_resv_list and make sure to drop all references. */
118 static void dma_resv_list_free(struct dma_resv_list *list)
162 static inline struct dma_resv_list *dma_resv_fences_list(struct dma_resv *obj)
184 struct dma_resv_list *ol
[all...]
/linux-master/include/linux/
H A Ddma-resv.h50 struct dma_resv_list;
178 struct dma_resv_list __rcu *fences;
210 struct dma_resv_list *fences;

Completed in 114 milliseconds