Searched refs:uz_dtor (Results 1 – 3 of 3) sorted by relevance
464 uma_dtor uz_dtor; /* Destructor */ member
465 uma_dtor uz_dtor; /* Destructor */ member
666 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()