Home
last modified time | relevance | path

Searched refs:system_heap_do_allocate (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/
H A Dsystem_heap.c397 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 Drk_system_heap.c512 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()