Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dcma_allocator.c209 goto mmb_free; in __mmb_alloc()
213 mmb_free: in __mmb_alloc()
300 goto mmb_free; in __mmb_alloc_v2()
304 mmb_free: in __mmb_alloc_v2()
659 allocator->mmb_free = __mmb_free;
Dallocator.h44 void (*mmb_free)(hil_mmb_t *mmb); member
Dmedia_mem.c572 if (g_the_allocator.mmb_free != NULL) { in hil_mmb_put()
573 g_the_allocator.mmb_free(mmb); in hil_mmb_put()
614 if (g_the_allocator.mmb_free != NULL) { in hil_mmb_free()
615 g_the_allocator.mmb_free(mmb); in hil_mmb_free()
Dhisi_allocator.c591 allocator->mmb_free = __mmb_free; in hisi_allocator_setopt()