Home
last modified time | relevance | path

Searched defs:zsd_pset (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c177 typedef struct zsd_pset { struct
178 psetid_t zsp_id;
179 list_node_t zsp_next;
180 char zsp_name[ZS_PSETNAME_MAX];
182 uint_t zsp_cputype; /* default, dedicated or shared */
183 boolean_t zsp_found; /* pset found at end of interval */
184 boolean_t zsp_new; /* pset new in this interval */
185 boolean_t zsp_deleted; /* pset deleted in this interval */
186 boolean_t zsp_active; /* pset existed during interval */
187 boolean_t zsp_empty; /* no processes in pset */
[all …]