Searched refs:ucb_cnt (Results 1 – 3 of 3) sorted by relevance
913 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 …]
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()