Searched refs:cache_alloc_item (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/vm/ |
H A D | uma_core.c | 3674 cache_alloc_item(uma_zone_t zone, uma_cache_t cache, uma_cache_bucket_t bucket, in cache_alloc_item() function 3698 return (cache_alloc_item(zone, cache, bucket, udata, flags)); in cache_alloc_retry() 3736 return (cache_alloc_item(zone, cache, bucket, NULL, flags)); in uma_zalloc_smr() 3778 return (cache_alloc_item(zone, cache, bucket, udata, flags)); in uma_zalloc_arg()
|