Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Duma_zalloc_arg.sh145 @@ -292,4 +294,143 @@ uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item)
/freebsd/sys/vm/
H A Duma_core.c353 static void uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item);
3502 uma_dbg_free(zone, udata, item); in item_dtor()
3504 uma_dbg_free(zone, NULL, item); in item_dtor()
5795 uma_dbg_free(uma_zone_t zone, uma_slab_t slab, void *item) function