Lines Matching refs:allocs
5459 uint64_t allocs, frees, sleeps, xdomain; local
5462 allocs = frees = sleeps = xdomain = 0;
5470 allocs += cache->uc_allocs;
5473 allocs += counter_u64_fetch(z->uz_allocs);
5480 *allocsp = allocs;
5863 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument
5870 *allocs = counter_u64_fetch(z->uz_allocs);
5876 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5884 *used = *allocs - frees;
5893 uint64_t allocs, used, sleeps, xdomain; local
5933 size = get_uma_stats(kz, z, &allocs, &used,
5946 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,
5950 (uintmax_t)allocs, (uintmax_t)sleeps,
5964 uint64_t allocs, frees; local
5971 uma_zone_sumstat(z, &cachefree, &allocs, &frees, NULL, NULL);
5976 (intmax_t)(allocs - frees), cachefree,
5977 (uintmax_t)allocs, z->uz_bucket_size);