Searched refs:uz_dtor (Results 1 – 2 of 2) sorted by relevance
464 uma_dtor uz_dtor; /* Destructor */ member
808 dtor = (zone->uz_dtor != NULL) || UMA_ALWAYS_CTORDTOR; in zone_fetch_bucket()2851 zone->uz_dtor = arg->dtor; in zone_ctor()2990 if (zone->uz_dtor != NULL || zone->uz_ctor != NULL) in zone_ctor()3539 if (zone->uz_dtor != NULL) in item_dtor()3540 zone->uz_dtor(item, size, udata); in item_dtor()3543 zone->uz_dtor != trash_dtor) in item_dtor()3654 if (zone->uz_dtor != NULL) in uma_zfree_debug()3655 zone->uz_dtor(item, zone->uz_size, udata); in uma_zfree_debug()