Home
last modified time | relevance | path

Searched refs:ucb_cnt (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/vm/
H A Duma_core.c913 bucket->ucb_cnt--; in cache_bucket_pop()
914 item = bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt]; in cache_bucket_pop()
916 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = NULL; in cache_bucket_pop()
930 KASSERT(bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] == NULL, in cache_bucket_push()
933 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = item; in cache_bucket_push()
934 bucket->ucb_cnt++; in cache_bucket_push()
949 b->ub_cnt = bucket->ucb_cnt; in cache_bucket_unload()
951 bucket->ucb_entries = bucket->ucb_cnt = 0; in cache_bucket_unload()
990 bucket->ucb_cnt = b->ub_cnt; in cache_bucket_load()
1026 b1->ucb_cnt = b2->ucb_cnt; in cache_bucket_copy()
[all …]
H A Duma_int.h257 int16_t ucb_cnt; member
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c444 mtp->mt_free += ucp->uc_allocbucket.ucb_cnt; in memstat_kvm_uma()
445 mtp->mt_free += ucp->uc_freebucket.ucb_cnt; in memstat_kvm_uma()
446 mtp->mt_free += ucp->uc_crossbucket.ucb_cnt; in memstat_kvm_uma()