Searched refs:cma_alloc (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/s390/char/ |
| A D | vmcp.c | 33 unsigned int cma_alloc : 1; member 73 page = cma_alloc(vmcp_cma, nr_pages, 0, false); in vmcp_response_alloc() 76 session->cma_alloc = 1; in vmcp_response_alloc() 91 if (session->cma_alloc) { in vmcp_response_free() 94 session->cma_alloc = 0; in vmcp_response_free()
|
| /linux/kernel/dma/ |
| A D | contiguous.c | 263 return cma_alloc(dev_get_cma_area(dev), count, align, no_warn); in dma_alloc_from_contiguous() 286 return cma_alloc(cma, size >> PAGE_SHIFT, align, gfp & __GFP_NOWARN); in cma_alloc_aligned()
|
| /linux/include/linux/ |
| A D | cma.h | 47 extern struct page *cma_alloc(struct cma *cma, unsigned long count, unsigned int align,
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| A D | memory-allocation.rst | 22 例如 `cma_alloc` 或 `zs_malloc` 。
|
| /linux/mm/ |
| A D | cma_debug.c | 140 p = cma_alloc(cma, count, 0, false); in cma_alloc_mem()
|
| A D | cma.c | 426 struct page *cma_alloc(struct cma *cma, unsigned long count, in cma_alloc() function
|
| A D | hugetlb.c | 1368 page = cma_alloc(hugetlb_cma[nid], nr_pages, in alloc_gigantic_page() 1379 page = cma_alloc(hugetlb_cma[node], nr_pages, in alloc_gigantic_page()
|
| /linux/drivers/dma-buf/heaps/ |
| A D | cma_heap.c | 301 cma_pages = cma_alloc(cma_heap->cma, pagecount, align, false); in cma_heap_allocate()
|
| /linux/arch/powerpc/kvm/ |
| A D | book3s_hv_builtin.c | 62 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
|
| /linux/Documentation/core-api/ |
| A D | memory-allocation.rst | 12 for instance `cma_alloc` or `zs_malloc`.
|
| /linux/ |
| A D | System.map | 8348 ffff80001023fdc4 T cma_alloc
|
| A D | .tmp_System.map | 8348 ffff80001023fdc4 T cma_alloc
|
Completed in 307 milliseconds