Searched refs:system_heap_do_allocate (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | system_heap.c | 397 static struct dma_buf *system_heap_do_allocate(struct dma_heap *heap, in system_heap_do_allocate() function 500 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, false); in system_heap_allocate() 528 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, true); in system_uncached_heap_allocate()
|
| H A D | rk_system_heap.c | 512 static struct dma_buf *system_heap_do_allocate(struct dma_heap *heap, in system_heap_do_allocate() function 655 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, false); in system_heap_allocate() 683 return system_heap_do_allocate(heap, len, fd_flags, heap_flags, true); in system_uncached_heap_allocate()
|