Home
last modified time | relevance | path

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

/freebsd-13.1/sys/vm/
H A Duma_int.h272 struct uma_cache_bucket uc_allocbucket; /* Bucket to allocate from */ member
298 cache->uc_allocbucket.ucb_spare = size; in cache_set_uz_size()
312 return (cache->uc_allocbucket.ucb_spare); in cache_uz_size()
H A Duma_core.c908 return (cache_bucket_unload(&cache->uc_allocbucket)); in cache_bucket_unload_alloc()
945 cache_bucket_load(&cache->uc_allocbucket, b); in cache_bucket_load_alloc()
3535 bucket = &cache->uc_allocbucket; in cache_alloc_retry()
3570 bucket = &cache->uc_allocbucket; in uma_zalloc_smr()
3612 bucket = &cache->uc_allocbucket; in uma_zalloc_arg()
3644 &cache->uc_allocbucket); in cache_alloc()
3695 if (cache->uc_allocbucket.ucb_bucket == NULL && in cache_alloc()
4421 bucket = &cache->uc_allocbucket; in uma_zfree_arg()
4432 &cache->uc_allocbucket); in uma_zfree_arg()
5297 cachefree += cache->uc_allocbucket.ucb_cnt;
[all …]
/freebsd-13.1/tools/tools/umastat/
H A Dumastat.c263 if (cache->uc_allocbucket != NULL) { in uma_print_cache()
264 ret = kread(kvm, cache->uc_allocbucket, &ub, sizeof(ub), 0); in uma_print_cache()
/freebsd-13.1/lib/libmemstat/
H A Dmemstat_uma.c446 mtp->mt_free += ucp->uc_allocbucket.ucb_cnt; in memstat_kvm_uma()