Searched refs:sys_heap (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/dma-buf/heaps/
H A Dsystem_heap.c24 static struct dma_heap *sys_heap; variable in typeref:struct:dma_heap
432 sys_heap = dma_heap_add(&exp_info);
433 if (IS_ERR(sys_heap))
434 return PTR_ERR(sys_heap);

Completed in 136 milliseconds