Searched refs:SKIP_NONE (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 273 SKIP_NONE = 0, enumerator 847 NULL, SKIP_NONE); in zone_fetch_bucket() 1329 zone_free_item(hashzone, hash->uh_slab_hash, NULL, SKIP_NONE); in hash_free() 1358 zone->uz_size, NULL, SKIP_NONE); in bucket_drain() 1626 NULL, SKIP_NONE); in keg_free_slab() 1803 slab_tohashslab(slab), NULL, SKIP_NONE); in keg_alloc_slab() 3071 zone_free_item(kegs, keg, NULL, SKIP_NONE); in zone_dtor() 3434 zone_free_item(zones, zone, NULL, SKIP_NONE); in uma_zdestroy() 3538 if (skip == SKIP_NONE && !skipdbg) { in item_dtor() 4518 zone_free_item(zone, item, NULL, SKIP_NONE); in uma_zfree_smr() [all …]
|