Home
last modified time | relevance | path

Searched refs:ub_bucket (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/vm/
H A Duma_core.c692 item_dtor(zone, bucket->ub_bucket[i], zone->uz_size, in zone_fetch_bucket()
750 item = bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt]; in cache_bucket_pop()
752 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = NULL; in cache_bucket_pop()
1157 item_dtor(zone, bucket->ub_bucket[i], in bucket_drain()
1162 zone->uz_fini(bucket->ub_bucket[i], zone->uz_size); in bucket_drain()
3611 item = bucket->ub_bucket[bucket->ub_cnt - 1]; in uma_zalloc_domain()
3613 bucket->ub_bucket[bucket->ub_cnt - 1] = NULL; in uma_zalloc_domain()
4049 bzero(&bucket->ub_bucket[i], in zone_alloc_bucket()
4313 item = bucket->ub_bucket[bucket->ub_cnt - 1]; in zone_free_cross()
4341 b->ub_bucket[b->ub_cnt++] = item; in zone_free_cross()
[all …]
H A Duma_int.h250 void *ub_bucket[]; /* actual allocation storage */ member
/f-stack/tools/compat/include/vm/
H A Duma_int.h253 void *ub_bucket[]; /* actual allocation storage */ member