Lines Matching defs:zsd_pset
177 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 */
188 time_t zsp_start;
189 hrtime_t zsp_hrstart;
214 } zsd_pset_t; argument