Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_int.h464 uma_dtor uz_dtor; /* Destructor */ member
H A Duma_core.c809 dtor = (zone->uz_dtor != NULL) || UMA_ALWAYS_CTORDTOR; in zone_fetch_bucket()
2858 zone->uz_dtor = arg->dtor; in zone_ctor()
2997 if (zone->uz_dtor != NULL || zone->uz_ctor != NULL) in zone_ctor()
3546 if (zone->uz_dtor != NULL) in item_dtor()
3547 zone->uz_dtor(item, size, udata); in item_dtor()
3550 zone->uz_dtor != trash_dtor) in item_dtor()
3661 if (zone->uz_dtor != NULL) in uma_zfree_debug()
3662 zone->uz_dtor(item, zone->uz_size, udata); in uma_zfree_debug()