Home
last modified time | relevance | path

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

/src/sys/vm/
H A Duma_int.h270 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ member
296 cache->uc_allocbucket.ucb_spare = size; in cache_set_uz_size()
310 return (cache->uc_allocbucket.ucb_spare); in cache_uz_size()
H A Duma_core.c960 return (cache_bucket_unload(&cache->uc_allocbucket)); in cache_bucket_unload_alloc()
997 cache_bucket_load(&cache->uc_allocbucket, b); in cache_bucket_load_alloc()
3690 bucket = &cache->uc_allocbucket; in cache_alloc_retry()
3728 bucket = &cache->uc_allocbucket; in uma_zalloc_smr()
3770 bucket = &cache->uc_allocbucket; in uma_zalloc_arg()
3802 &cache->uc_allocbucket); in cache_alloc()
3853 if (cache->uc_allocbucket.ucb_bucket == NULL && in cache_alloc()
4575 bucket = &cache->uc_allocbucket; in uma_zfree_arg()
4586 &cache->uc_allocbucket); in uma_zfree_arg()
5466 cachefree += cache->uc_allocbucket.ucb_cnt;
[all …]
/src/tools/tools/umastat/
H A Dumastat.c261 if (cache->uc_allocbucket != NULL) { in uma_print_cache()
262 ret = kread(kvm, cache->uc_allocbucket, &ub, sizeof(ub), 0); in uma_print_cache()
/src/lib/libmemstat/
H A Dmemstat_uma.c444 mtp->mt_free += ucp->uc_allocbucket.ucb_cnt; in memstat_kvm_uma()