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()
2820 zone->uz_dtor = arg->dtor; in zone_ctor()
2959 if (zone->uz_dtor != NULL || zone->uz_ctor != NULL) in zone_ctor()
3508 if (zone->uz_dtor != NULL) in item_dtor()
3509 zone->uz_dtor(item, size, udata); in item_dtor()
3512 zone->uz_dtor != trash_dtor) in item_dtor()
3623 if (zone->uz_dtor != NULL) in uma_zfree_debug()
3624 zone->uz_dtor(item, zone->uz_size, udata); in uma_zfree_debug()