Lines Matching refs:ups
5384 struct uma_percpu_stat *ups, bool internal) argument
5401 bzero(&ups[i], sizeof(*ups));
5405 ups[i].ups_cache_free += cache->uc_allocbucket.ucb_cnt;
5406 ups[i].ups_cache_free += cache->uc_freebucket.ucb_cnt;
5407 ups[i].ups_cache_free += cache->uc_crossbucket.ucb_cnt;
5408 ups[i].ups_allocs = cache->uc_allocs;
5409 ups[i].ups_frees = cache->uc_frees;
5418 struct uma_percpu_stat *ups; local
5431 ups = malloc((mp_maxid + 1) * sizeof(*ups), M_TEMP, M_WAITOK);
5482 uma_vm_zone_stats(&uth, z, &sbuf, ups,
5486 (void)sbuf_bcat(&sbuf, &ups[i], sizeof(ups[i]));
5493 uma_vm_zone_stats(&uth, z, &sbuf, ups, false);
5496 (void)sbuf_bcat(&sbuf, &ups[i], sizeof(ups[i]));
5502 free(ups, M_TEMP);