Searched refs:cur_zone (Results 1 – 2 of 2) sorted by relevance
5533 uma_zone_t cur_zone, last_zone; local5553 cur_zone = NULL;5574 cur_zone = z;5579 if (cur_zone == NULL)5582 size = get_uma_stats(cur_keg, cur_zone, &allocs, &used,5584 db_printf(fmt_entry, cur_zone->uz_name,5587 (unsigned)cur_zone->uz_bucket_size, (intmax_t)size,5592 last_zone = cur_zone;
1691 typeset cur_zone=$(zonename 2>/dev/null)1692 if [[ $cur_zone != "global" ]]; then