Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/vm/
H A Duma_int.h277 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ member
303 cache->uc_allocbucket.ucb_spare = size; in cache_set_uz_size()
317 return (cache->uc_allocbucket.ucb_spare); in cache_uz_size()
/f-stack/freebsd/vm/
H A Duma_int.h274 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ member
300 cache->uc_allocbucket.ucb_spare = size; in cache_set_uz_size()
314 return (cache->uc_allocbucket.ucb_spare); in cache_uz_size()
H A Duma_core.c797 return (cache_bucket_unload(&cache->uc_allocbucket)); in cache_bucket_unload_alloc()
834 cache_bucket_load(&cache->uc_allocbucket, b); in cache_bucket_load_alloc()
3390 bucket = &cache->uc_allocbucket; in cache_alloc_retry()
3425 bucket = &cache->uc_allocbucket; in uma_zalloc_smr()
3467 bucket = &cache->uc_allocbucket; in uma_zalloc_arg()
3499 &cache->uc_allocbucket); in cache_alloc()
3550 if (cache->uc_allocbucket.ucb_bucket == NULL && in cache_alloc()
4250 bucket = &cache->uc_allocbucket; in uma_zfree_arg()
4261 &cache->uc_allocbucket); in uma_zfree_arg()
5098 cachefree += cache->uc_allocbucket.ucb_cnt;
[all …]
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c453 mtp->mt_free += ucp->uc_allocbucket.ucb_cnt; in memstat_kvm_uma()