Searched refs:ucb_cnt (Results 1 – 3 of 3) sorted by relevance
912 bucket->ucb_cnt--; in cache_bucket_pop()913 item = bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt]; in cache_bucket_pop()915 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = NULL; in cache_bucket_pop()929 KASSERT(bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] == NULL, in cache_bucket_push()932 bucket->ucb_bucket->ub_bucket[bucket->ucb_cnt] = item; in cache_bucket_push()933 bucket->ucb_cnt++; in cache_bucket_push()948 b->ub_cnt = bucket->ucb_cnt; in cache_bucket_unload()950 bucket->ucb_entries = bucket->ucb_cnt = 0; in cache_bucket_unload()989 bucket->ucb_cnt = b->ub_cnt; in cache_bucket_load()1025 b1->ucb_cnt = b2->ucb_cnt; in cache_bucket_copy()[all …]
257 int16_t ucb_cnt; member
444 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()