Searched refs:zone_alloc_bucket (Results 1 – 1 of 1) sorted by relevance
262 static uma_bucket_t zone_alloc_bucket(uma_zone_t zone, void *, int flags);2294 bucket = zone_alloc_bucket(zone, udata, flags); in uma_zalloc_arg()2555 zone_alloc_bucket(uma_zone_t zone, void *udata, int flags) in zone_alloc_bucket() function