Searched refs:sys_heap (Results 1 – 1 of 1) sorted by relevance
24 static struct dma_heap *sys_heap; variable432 sys_heap = dma_heap_add(&exp_info); in system_heap_create()433 if (IS_ERR(sys_heap)) in system_heap_create()434 return PTR_ERR(sys_heap); in system_heap_create()