sys/vm/uma_core.c
1328
zone_free_item(hashzone, hash->uh_slab_hash, NULL, SKIP_NONE);
sys/vm/uma_core.c
1357
zone->uz_size, NULL, SKIP_NONE);
sys/vm/uma_core.c
1625
NULL, SKIP_NONE);
sys/vm/uma_core.c
1802
slab_tohashslab(slab), NULL, SKIP_NONE);
sys/vm/uma_core.c
3066
zone_free_item(kegs, keg, NULL, SKIP_NONE);
sys/vm/uma_core.c
3429
zone_free_item(zones, zone, NULL, SKIP_NONE);
sys/vm/uma_core.c
3533
if (skip == SKIP_NONE && !skipdbg) {
sys/vm/uma_core.c
4503
zone_free_item(zone, item, NULL, SKIP_NONE);
sys/vm/uma_core.c
4539
item_dtor(zone, item, cache_uz_size(cache), udata, SKIP_NONE);
sys/vm/uma_core.c
4908
if ((zone->uz_flags & UMA_ZONE_SMR) != 0 && skip == SKIP_NONE)
sys/vm/uma_core.c
846
NULL, SKIP_NONE);