Lines Matching refs:ps_total
393 perfstat_cpu_total_t ps_total;
394 int result = perfstat_cpu_total(NULL, &ps_total, sizeof(ps_total), 1);
399 avg[0] = ps_total.loadavg[0] / (double)(1 << SBITS);
400 avg[1] = ps_total.loadavg[1] / (double)(1 << SBITS);
401 avg[2] = ps_total.loadavg[2] / (double)(1 << SBITS);
1046 perfstat_cpu_total_t ps_total;
1051 result = perfstat_cpu_total(NULL, &ps_total, sizeof(ps_total), 1);
1084 cpu_info->speed = (int)(ps_total.processorHZ / 1000000);
1085 cpu_info->model = uv__strdup(ps_total.description);