Lines Matching refs:ups
5520 struct uma_percpu_stat *ups, bool internal) argument
5537 bzero(&ups[i], sizeof(*ups));
5541 ups[i].ups_cache_free += cache->uc_allocbucket.ucb_cnt;
5542 ups[i].ups_cache_free += cache->uc_freebucket.ucb_cnt;
5543 ups[i].ups_cache_free += cache->uc_crossbucket.ucb_cnt;
5544 ups[i].ups_allocs = cache->uc_allocs;
5545 ups[i].ups_frees = cache->uc_frees;
5554 struct uma_percpu_stat *ups; local
5567 ups = malloc((mp_maxid + 1) * sizeof(*ups), M_TEMP, M_WAITOK);
5618 uma_vm_zone_stats(&uth, z, &sbuf, ups,
5622 (void)sbuf_bcat(&sbuf, &ups[i], sizeof(ups[i]));
5629 uma_vm_zone_stats(&uth, z, &sbuf, ups, false);
5632 (void)sbuf_bcat(&sbuf, &ups[i], sizeof(ups[i]));
5638 free(ups, M_TEMP);