Searched refs:zone_alloc_bucket (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma_core.c323 static uma_bucket_t zone_alloc_bucket(uma_zone_t, void *, int, int);
3572 bucket = zone_alloc_bucket(zone, udata, domain, flags);
4041 zone_alloc_bucket(uma_zone_t zone, void *udata, int domain, int flags) function
4046 CTR3(KTR_UMA, "zone_alloc_bucket zone %s(%p) domain %d", zone->uz_name,

Completed in 98 milliseconds