Home
last modified time | relevance | path

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

/freebsd/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.c961 return (cache_bucket_unload(&cache->uc_allocbucket)); in cache_bucket_unload_alloc()
998 cache_bucket_load(&cache->uc_allocbucket, b); in cache_bucket_load_alloc()
3695 bucket = &cache->uc_allocbucket; in cache_alloc_retry()
3733 bucket = &cache->uc_allocbucket; in uma_zalloc_smr()
3775 bucket = &cache->uc_allocbucket; in uma_zalloc_arg()
3807 &cache->uc_allocbucket); in cache_alloc()
3858 if (cache->uc_allocbucket.ucb_bucket == NULL && in cache_alloc()
4590 bucket = &cache->uc_allocbucket; in uma_zfree_arg()
4601 &cache->uc_allocbucket); in uma_zfree_arg()
5479 cachefree += cache->uc_allocbucket.ucb_cnt;
[all …]
/freebsd/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()
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c444 mtp->mt_free += ucp->uc_allocbucket.ucb_cnt; in memstat_kvm_uma()