Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h464 uma_dtor uz_dtor; /* Destructor */ member
/f-stack/freebsd/vm/
H A Duma_int.h465 uma_dtor uz_dtor; /* Destructor */ member
H A Duma_core.c666 dtor = (zone->uz_dtor != NULL) || UMA_ALWAYS_CTORDTOR; in zone_fetch_bucket()
2627 zone->uz_dtor = arg->dtor; in zone_ctor()
2763 if (zone->uz_dtor != NULL || zone->uz_ctor != NULL) in zone_ctor()
3273 if (zone->uz_dtor != NULL) in item_dtor()
3274 zone->uz_dtor(item, size, udata); in item_dtor()
3277 zone->uz_dtor != trash_dtor) in item_dtor()
3356 if (zone->uz_dtor != NULL) in uma_zfree_debug()
3357 zone->uz_dtor(item, zone->uz_size, udata); in uma_zfree_debug()