Searched refs:bucket_alloc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/vm/ |
| H A D | uma_core.c | 319 static uma_bucket_t bucket_alloc(uma_zone_t zone, void *, int); 463 bucket_alloc(uma_zone_t zone, void *udata, int flags) in bucket_alloc() function 4330 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM)); in zone_alloc_bucket() 4653 b = bucket_alloc(zone, udata, M_NOWAIT); in zone_free_cross() 4778 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free() 4785 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()
|