Home
last modified time | relevance | path

Searched refs:orig_alloc (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/
H A Drk-dma-heap.h103 const char *orig_alloc; member
110 const char *orig_alloc; member
H A Drk-cma-heap.c335 buf->orig_alloc, &buf->start, &buf->end, in rk_cma_heap_remove_contig_list()
338 kfree(buf->orig_alloc); in rk_cma_heap_remove_contig_list()
365 buf->orig_alloc = kstrndup(name_tmp, RK_DMA_HEAP_NAME_LEN, GFP_KERNEL); in rk_cma_heap_add_contig_list()
366 if (!buf->orig_alloc) { in rk_cma_heap_add_contig_list()
378 buf->orig_alloc, &buf->start, &buf->end, in rk_cma_heap_add_contig_list()
H A Drk-dma-heap.c546 buf->orig_alloc, &buf->start, &buf->end, &size, K(size)); in rk_dma_heap_dump_contig()