Searched refs:orig_alloc (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | rk-dma-heap.h | 103 const char *orig_alloc; member 110 const char *orig_alloc; member
|
| H A D | rk-cma-heap.c | 335 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 D | rk-dma-heap.c | 546 buf->orig_alloc, &buf->start, &buf->end, &size, K(size)); in rk_dma_heap_dump_contig()
|