Lines Matching refs:allocs
5091 uint64_t allocs, frees, sleeps, xdomain; local
5094 allocs = frees = sleeps = xdomain = 0;
5102 allocs += cache->uc_allocs;
5105 allocs += counter_u64_fetch(z->uz_allocs);
5112 *allocsp = allocs;
5499 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument
5506 *allocs = counter_u64_fetch(z->uz_allocs);
5512 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5520 *used = *allocs - frees;
5529 uint64_t allocs, used, sleeps, xdomain; local
5569 size = get_uma_stats(kz, z, &allocs, &used,
5582 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,
5586 (uintmax_t)allocs, (uintmax_t)sleeps,
5600 uint64_t allocs, frees; local
5607 uma_zone_sumstat(z, &cachefree, &allocs, &frees, NULL, NULL);
5612 (intmax_t)(allocs - frees), cachefree,
5613 (uintmax_t)allocs, z->uz_bucket_size);