Searched refs:zsus_total (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dzonestat_impl.h248 struct zs_usage *zsus_total; member in struct:zs_usage_set
H A Dlibzonestat.c2504 if ((set->zsus_total = zs_usage_alloc()) == NULL)
2514 if (set->zsus_total != NULL)
2515 free(set->zsus_total);
2527 zs_usage_free(set->zsus_total);
2541 (void) zs_usage_compute(set->zsus_total, set->zsus_total, usage,
2573 u = set->zsus_total;

Completed in 52 milliseconds