Lines Matching refs:pspt

254   PERFSTAT_PARTITON_TOTAL_T_LATEST pspt;
255 memset(&pspt, '\0', sizeof(pspt));
259 if (-1 == libperfstat::perfstat_partition_total(NULL, &pspt, sizeof(PERFSTAT_PARTITON_TOTAL_T_LATEST), 1)) {
260 if (-1 == libperfstat::perfstat_partition_total(NULL, &pspt, sizeof(perfstat_partition_total_t_71), 1)) {
262 if (-1 == libperfstat::perfstat_partition_total(NULL, &pspt, sizeof(perfstat_partition_total_t_61), 1)) {
263 if (-1 == libperfstat::perfstat_partition_total(NULL, &pspt, sizeof(perfstat_partition_total_t_53), 1)) {
264 if (-1 == libperfstat::perfstat_partition_total(NULL, &pspt, sizeof(perfstat_partition_total_t_53_5), 1)) {
274 ppi->shared_enabled = pspt.type.b.shared_enabled;
275 ppi->smt_capable = pspt.type.b.smt_capable;
276 ppi->smt_enabled = pspt.type.b.smt_enabled;
277 ppi->lpar_capable = pspt.type.b.lpar_capable;
278 ppi->lpar_enabled = pspt.type.b.lpar_enabled;
279 ppi->dlpar_capable = pspt.type.b.dlpar_capable;
280 ppi->capped = pspt.type.b.capped;
281 ppi->kernel_is_64 = pspt.type.b.kernel_is_64;
282 ppi->pool_util_authority = pspt.type.b.pool_util_authority;
283 ppi->donate_capable = pspt.type.b.donate_capable;
284 ppi->donate_enabled = pspt.type.b.donate_enabled;
285 ppi->ams_capable = pspt.type.b.ams_capable;
286 ppi->ams_enabled = pspt.type.b.ams_enabled;
287 ppi->power_save = pspt.type.b.power_save;
288 ppi->ame_enabled = pspt.type.b.ame_enabled;
291 ppi->online_cpus = pspt.online_cpus;
292 ppi->entitled_proc_capacity = pspt.entitled_proc_capacity;
293 ppi->var_proc_capacity_weight = pspt.var_proc_capacity_weight;
294 ppi->phys_cpus_pool = pspt.phys_cpus_pool;
295 ppi->pool_id = pspt.pool_id;
296 ppi->entitled_pool_capacity = pspt.entitled_pool_capacity;
297 strcpy(ppi->name, pspt.name);
301 ppi->timebase_last = pspt.timebase_last;
302 ppi->pool_idle_time = pspt.pool_idle_time;
303 ppi->pcpu_tics_user = pspt.puser;
304 ppi->pcpu_tics_sys = pspt.psys;
305 ppi->pcpu_tics_idle = pspt.pidle;
306 ppi->pcpu_tics_wait = pspt.pwait;
310 ppi->true_memory = pspt.true_memory * 4096;
311 ppi->expanded_memory = pspt.expanded_memory * 4096;
312 ppi->target_memexp_factr = pspt.target_memexp_factr;
313 ppi->current_memexp_factr = pspt.current_memexp_factr;
314 ppi->cmcs_total_time = pspt.cmcs_total_time;