Lines Matching refs:idle
1027 timestruc_t tot, time, idle;
1032 TIMESTRUC_DELTA(idle, time, tot);
1033 *ts = idle;
1062 timestruc_t tot, idle;
1066 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1068 return (zs_ts_used_pct(&pset->zsp_total_time, &idle, B_TRUE));
1099 timestruc_t tot, idle;
1103 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1252 timestruc_t tot, time, idle;
1259 TIMESTRUC_DELTA(idle, time, tot);
1260 *ts = idle;
1279 timestruc_t tot, idle;
1283 TIMESTRUC_DELTA(idle, usage->zsu_system->zss_cpu_total_time, tot);
1286 &idle, B_TRUE));
1344 timestruc_t tot, idle;
1348 TIMESTRUC_DELTA(idle, usage->zsu_system->zss_cpu_total_time, tot);
1351 &idle, usage->zsu_system->zss_ncpus_online, B_TRUE));