Lines Matching refs:allocs
5422 uint64_t allocs, frees, sleeps, xdomain; local
5425 allocs = frees = sleeps = xdomain = 0;
5433 allocs += cache->uc_allocs;
5436 allocs += counter_u64_fetch(z->uz_allocs);
5443 *allocsp = allocs;
5826 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument
5833 *allocs = counter_u64_fetch(z->uz_allocs);
5839 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5847 *used = *allocs - frees;
5856 uint64_t allocs, used, sleeps, xdomain; local
5896 size = get_uma_stats(kz, z, &allocs, &used,
5909 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,
5913 (uintmax_t)allocs, (uintmax_t)sleeps,
5927 uint64_t allocs, frees; local
5934 uma_zone_sumstat(z, &cachefree, &allocs, &frees, NULL, NULL);
5939 (intmax_t)(allocs - frees), cachefree,
5940 (uintmax_t)allocs, z->uz_bucket_size);