Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c349 static void uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item);
3267 uma_dbg_free(zone, udata, item); in item_dtor()
3269 uma_dbg_free(zone, NULL, item); in item_dtor()
5468 uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item) function