Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Duma_core.c320 static uma_bucket_t zone_alloc_bucket(uma_zone_t, void *, int, int);
3530 bucket = zone_alloc_bucket(zone, udata, domain, flags); in cache_alloc()
3999 zone_alloc_bucket(uma_zone_t zone, void *udata, int domain, int flags) in zone_alloc_bucket() function