Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/mempool/bucket/
H A Drte_mempool_bucket.c455 bucket_alloc(struct rte_mempool *mp) in bucket_alloc() function
654 .alloc = bucket_alloc,
/f-stack/freebsd/vm/
H A Duma_core.c317 static uma_bucket_t bucket_alloc(uma_zone_t zone, void *, int);
460 bucket_alloc(uma_zone_t zone, void *udata, int flags) in bucket_alloc() function
4022 bucket = bucket_alloc(zone, udata, M_NOWAIT | (flags & M_NOVM)); in zone_alloc_bucket()
4328 b = bucket_alloc(zone, udata, M_NOWAIT); in zone_free_cross()
4454 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()
4461 newbucket = bucket_alloc(zone, udata, M_NOWAIT); in cache_free()