Searched refs:bucket_alloc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 320 static uma_bucket_t bucket_alloc(uma_zone_t zone, void *, int); 464 bucket_alloc(uma_zone_t zone, void *udata, int flags) in bucket_alloc() function 4345 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM)); in zone_alloc_bucket() 4668 b = bucket_alloc(zone, udata, M_NOWAIT); in zone_free_cross() 4793 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free() 4800 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()
|