Searched defs:system_heap_buffer (Results 1 – 1 of 1) sorted by relevance
27 struct system_heap_buffer { struct28 struct dma_heap *heap;29 struct list_head attachments;30 struct mutex lock;31 unsigned long len;32 struct sg_table sg_table;33 int vmap_cnt;34 void *vaddr;
Completed in 6 milliseconds