Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dbusdma_bufalloc.h84 uma_alloc uma_alloc_func, uma_free uma_free_func,
/freebsd/sys/vm/
H A Duma.h451 typedef void (*uma_free)(void *item, vm_size_t size, uint8_t pflag); typedef
631 void uma_zone_set_freef(uma_zone_t zone, uma_free freef);
H A Duma_int.h347 uma_free uk_freef; /* Free routine */
H A Duma_core.c5145 uma_zone_set_freef(uma_zone_t zone, uma_free freef) in uma_zone_set_freef()
/freebsd/sys/kern/
H A Dsubr_busdma_bufalloc.c75 uma_alloc alloc_func, uma_free free_func, uint32_t zcreate_flags) in busdma_bufalloc_create()