Home
last modified time | relevance | path

Searched refs:mmb_alloc (Results 1 – 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dallocator.h29 hil_mmb_t *(*mmb_alloc)(const char *name, member
Dmedia_mem.c310 if (g_the_allocator.mmb_alloc != NULL) { in hil_mmb_alloc()
311 mmb = g_the_allocator.mmb_alloc(name, size, align, gfp, mmz_name, NULL); in hil_mmb_alloc()
351 if (g_the_allocator.mmb_alloc != NULL) { in hil_mmb_alloc_in()
352 mmb = g_the_allocator.mmb_alloc(name, size, align, in hil_mmb_alloc_in()
Dhisi_allocator.c587 allocator->mmb_alloc = __mmb_alloc; in hisi_allocator_setopt()
Dcma_allocator.c655 allocator->mmb_alloc = __mmb_alloc;