Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c237 uma_zone_t ubz_zone; member
420 ubz->ubz_zone = uma_zcreate(ubz->ubz_name, size, in bucket_init()
491 if (ubz->ubz_zone == zone && (ubz + 1)->ubz_entries != 0) in bucket_alloc()
493 bucket = uma_zalloc_arg(ubz->ubz_zone, udata, flags); in bucket_alloc()
524 uma_zfree_arg(ubz->ubz_zone, bucket, udata); in bucket_free()
533 uma_zone_reclaim(ubz->ubz_zone, UMA_RECLAIM_DRAIN); in bucket_zone_drain()