Searched refs:cma_pages (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | cma_heap.c | 35 struct page *cma_pages; member 255 cma_release(cma_heap->cma, buffer->cma_pages, buffer->pagecount); in cma_heap_dma_buf_release() 281 struct page *cma_pages; in cma_heap_allocate() local 299 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, GFP_KERNEL); in cma_heap_allocate() 300 if (!cma_pages) { in cma_heap_allocate() 305 if (PageHighMem(cma_pages)) { in cma_heap_allocate() 307 struct page *page = cma_pages; in cma_heap_allocate() 325 memset(page_address(cma_pages), 0, size); in cma_heap_allocate() 335 buffer->pages[pg] = &cma_pages[pg]; in cma_heap_allocate() 338 buffer->cma_pages in cma_heap_allocate() [all...] |
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/ |
H A D | cam_heap_hooks.h | 27 TP_PROTO(struct cma_heap_buffer *buffer, struct page *cma_pages, struct cma_heap *cma_heap,
30 TP_ARGS(buffer, cma_pages, cma_heap, pagecount, fd_flags, dmabuf, pcma_heap_buf_ops, heap, data));
|
Completed in 2 milliseconds