Home
last modified time | relevance | path

Searched refs:cma_alloc (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/s390/char/
H A Dvmcp.c32 unsigned int cma_alloc : 1; member
72 page = cma_alloc(vmcp_cma, nr_pages, 0, false); in vmcp_response_alloc()
75 session->cma_alloc = 1; in vmcp_response_alloc()
90 if (session->cma_alloc) { in vmcp_response_free()
93 session->cma_alloc = 0; in vmcp_response_free()
/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-allocation.rst22 例如 `cma_alloc` 或 `zs_malloc` 。
/linux/mm/
H A Dcma_debug.c138 p = cma_alloc(cma, count, 0, false); in cma_alloc_mem()
H A Dcma.c944 struct page *cma_alloc(struct cma *cma, unsigned long count, in cma_alloc() function
955 EXPORT_SYMBOL_GPL(cma_alloc);
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c62 return cma_alloc(kvm_cma, nr_pages, order_base_2(HPT_ALIGN_PAGES), in kvm_alloc_hpt_cma()
/linux/Documentation/core-api/
H A Dmemory-allocation.rst12 for instance `cma_alloc` or `zs_malloc`.