Lines Matching refs:allocs
5467 uint64_t allocs, frees, sleeps, xdomain; local
5470 allocs = frees = sleeps = xdomain = 0;
5478 allocs += cache->uc_allocs;
5481 allocs += counter_u64_fetch(z->uz_allocs);
5488 *allocsp = allocs;
5871 get_uma_stats(uma_keg_t kz, uma_zone_t z, uint64_t *allocs, uint64_t *used, argument
5878 *allocs = counter_u64_fetch(z->uz_allocs);
5884 uma_zone_sumstat(z, cachefree, allocs, &frees, sleeps,
5892 *used = *allocs - frees;
5901 uint64_t allocs, used, sleeps, xdomain; local
5941 size = get_uma_stats(kz, z, &allocs, &used,
5954 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,
5958 (uintmax_t)allocs, (uintmax_t)sleeps,
5972 uint64_t allocs, frees; local
5979 uma_zone_sumstat(z, &cachefree, &allocs, &frees, NULL, NULL);
5984 (intmax_t)(allocs - frees), cachefree,
5985 (uintmax_t)allocs, z->uz_bucket_size);