Searched refs:TIMESTRUC_ADD_TIMESTRUC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c217 TIMESTRUC_ADD_TIMESTRUC(old->zsz_cpu_usage, new->zsz_cpu_usage);
218 TIMESTRUC_ADD_TIMESTRUC(old->zsz_pset_time, new->zsz_pset_time);
219 TIMESTRUC_ADD_TIMESTRUC(old->zsz_cap_time, new->zsz_cap_time);
220 TIMESTRUC_ADD_TIMESTRUC(old->zsz_share_time, new->zsz_share_time);
357 TIMESTRUC_ADD_TIMESTRUC(old->zspz_cpu_usage, new->zspz_cpu_usage);
413 TIMESTRUC_ADD_TIMESTRUC(
435 TIMESTRUC_ADD_TIMESTRUC(
488 TIMESTRUC_ADD_TIMESTRUC(
545 TIMESTRUC_ADD_TIMESTRUC(old->zsp_total_time, new->zsp_total_time);
546 TIMESTRUC_ADD_TIMESTRUC(ol
[all...]
H A Dzonestat_impl.h70 #define TIMESTRUC_ADD_TIMESTRUC(ts, add) \ macro
/illumos-gate/usr/src/cmd/zonestat/zonestatd/
H A Dzonestatd.c1043 TIMESTRUC_ADD_TIMESTRUC(usage->zsu_cpu_usage, *delta);
1044 TIMESTRUC_ADD_TIMESTRUC(pset->zsp_usage_zones, *delta);
1045 TIMESTRUC_ADD_TIMESTRUC(zone->zsz_cpu_usage, *delta);
1046 TIMESTRUC_ADD_TIMESTRUC(system->zss_cpu_usage_zones, *delta);
2974 TIMESTRUC_ADD_TIMESTRUC(proc_usage, user);
2991 TIMESTRUC_ADD_TIMESTRUC(proc_usage, user);
3610 TIMESTRUC_ADD_TIMESTRUC(ts, pset->zsp_intr);
3611 TIMESTRUC_ADD_TIMESTRUC(ts, pset->zsp_kern);
3612 TIMESTRUC_ADD_TIMESTRUC(ts, pset->zsp_user);
3622 TIMESTRUC_ADD_TIMESTRUC(t
[all...]

Completed in 87 milliseconds