Home
last modified time | relevance | path

Searched defs:system_heap_buffer (Results 1 – 1 of 1) sorted by relevance

/drivers/dma-buf/heaps/
Dsystem_heap.c30 struct system_heap_buffer { struct
31 struct dma_heap *heap;
32 struct list_head attachments;
33 struct mutex lock;
34 unsigned long len;
35 struct sg_table sg_table;
36 int vmap_cnt;
37 void *vaddr;
39 bool uncached;