Lines Matching refs:allocs
5290 uint64_t allocs, frees, sleeps, xdomain; local
5293 allocs = frees = sleeps = xdomain = 0;
5301 allocs += cache->uc_allocs;
5304 allocs += counter_u64_fetch(z->uz_allocs);
5311 *allocsp = allocs;
5694 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument
5701 *allocs = counter_u64_fetch(z->uz_allocs);
5707 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5715 *used = *allocs - frees;
5724 uint64_t allocs, used, sleeps, xdomain; local
5764 size = get_uma_stats(kz, z, &allocs, &used,
5777 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,
5781 (uintmax_t)allocs, (uintmax_t)sleeps,
5795 uint64_t allocs, frees; local
5802 uma_zone_sumstat(z, &cachefree, &allocs, &frees, NULL, NULL);
5807 (intmax_t)(allocs - frees), cachefree,
5808 (uintmax_t)allocs, z->uz_bucket_size);