Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c320 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
4307 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM)); in zone_alloc_bucket()
4630 b = bucket_alloc(zone, udata, M_NOWAIT); in zone_free_cross()
4755 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()
4762 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()