Searched refs:mmb_free (Results 1 – 4 of 4) sorted by relevance
209 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;
44 void (*mmb_free)(hil_mmb_t *mmb); member
572 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()
591 allocator->mmb_free = __mmb_free; in hisi_allocator_setopt()