Lines Matching defs:idle
1462 timestruc_t tot, time, idle;
1467 TIMESTRUC_DELTA(idle, time, tot);
1468 *ts = idle;
1497 timestruc_t tot, idle;
1501 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1503 return (zs_ts_used_pct(&pset->zsp_total_time, &idle, B_TRUE));
1534 timestruc_t tot, idle;
1538 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot);
1687 timestruc_t tot, time, idle;
1694 TIMESTRUC_DELTA(idle, time, tot);
1695 *ts = idle;
1714 timestruc_t tot, idle;
1718 TIMESTRUC_DELTA(idle, usage->zsu_system->zss_cpu_total_time, tot);
1721 &idle, B_TRUE));
1779 timestruc_t tot, idle;
1783 TIMESTRUC_DELTA(idle, usage->zsu_system->zss_cpu_total_time, tot);
1786 &idle, usage->zsu_system->zss_ncpus_online, B_TRUE));