Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c323 static uma_bucket_t zone_alloc_bucket(uma_zone_t, void *, int, int);
3800 bucket = zone_alloc_bucket(zone, udata, domain, flags); in cache_alloc()
4284 zone_alloc_bucket(uma_zone_t zone, void *udata, int domain, int flags) in zone_alloc_bucket() function