Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c240 uma_zone_t ubz_zone; member
424 ubz->ubz_zone = uma_zcreate(ubz->ubz_name, size, in bucket_init()
495 if (ubz->ubz_zone == zone && (ubz + 1)->ubz_entries != 0) in bucket_alloc()
497 bucket = uma_zalloc_arg(ubz->ubz_zone, udata, flags); in bucket_alloc()
528 uma_zfree_arg(ubz->ubz_zone, bucket, udata); in bucket_free()
537 uma_zone_reclaim_domain(ubz->ubz_zone, UMA_RECLAIM_DRAIN, in bucket_zone_drain()