Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dmedia_mem.c104 static struct mmz_allocator g_the_allocator; variable
310 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()
329 if (g_the_allocator.mmb_alloc_v2 != NULL) { in hil_mmb_alloc_v2()
330 mmb = g_the_allocator.mmb_alloc_v2(name, size, align, in hil_mmb_alloc_v2()
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()
373 if (g_the_allocator.mmb_alloc_v2 != NULL) { in hil_mmb_alloc_in_v2()
374 mmb = g_the_allocator.mmb_alloc_v2(name, size, align, _user_mmz->gfp, in hil_mmb_alloc_in_v2()
391 if (g_the_allocator.mmb_map2kern != NULL) { in hil_mmb_map2kern()
[all …]