Home
last modified time | relevance | path

Searched refs:cp_sys (Results 1 – 11 of 11) sorted by relevance

/dragonfly/test/pcpu/
H A Dcpustat.c97 delta->cp_sys = new->cp_sys - old->cp_sys; in cputime_get_diff()
106 cpt->cp_user + cpt->cp_nice + cpt->cp_sys + cpt->cp_intr + cpt->cp_idle); in cputime_get_total()
142 pct(delta.cp_sys), in main()
/dragonfly/usr.bin/systat/
H A Dpigs.c195 diff_cp_time.cp_sys = cp_time.cp_sys - old_cp_time.cp_sys; in fetchpigs()
200 diff_cp_time.cp_sys + diff_cp_time.cp_intr + in fetchpigs()
H A Diostat.c253 diff_cp_time.cp_sys = cp_time.cp_sys - old_cp_time.cp_sys; in showiostat()
260 diff_cp_time.cp_sys + diff_cp_time.cp_intr + diff_cp_time.cp_idle; in showiostat()
263 stat1(row++, diff_cp_time.cp_sys, cp_total); in showiostat()
H A Dvmstat.c438 offsetof(struct kinfo_cputime, cp_sys),
459 CP_UPDATE(cp_time.cp_sys); in showkre()
/dragonfly/usr.sbin/iostat/
H A Diostat.c485 diff_cp_time.cp_sys = cp_time.cp_sys - old_cp_time.cp_sys; in main()
489 diff_cp_time.cp_sys + diff_cp_time.cp_intr + in main()
711 printf(" %2.0f", 100. * diff_cp_time.cp_sys / cp_time_total); in cpustats()
/dragonfly/usr.bin/top/
H A Dm_dragonfly.c227 diffs.cp_sys = new->cp_sys - old->cp_sys; in cputime_percentages()
230 total_change = diffs.cp_user + diffs.cp_nice + diffs.cp_sys + in cputime_percentages()
234 old->cp_sys = new->cp_sys; in cputime_percentages()
247 out[2] = ((diffs.cp_sys * 1000LL + half_total) / total_change); in cputime_percentages()
/dragonfly/usr.bin/vmstat/
H A Dvmstat.c844 diff_cp_time.cp_sys = cp_time.cp_sys - old_cp_time.cp_sys; in devstats()
879 diff_cp_time.cp_sys + diff_cp_time.cp_intr + diff_cp_time.cp_idle; in cpustats()
888 (diff_cp_time.cp_sys + diff_cp_time.cp_intr) * totusage); in cpustats()
/dragonfly/sys/kern/
H A Dkern_clock.c186 cpu_states[CP_SYS] += cputime_percpu[cpu].cp_sys; in sysctl_cp_time()
209 cpu_states[CP_SYS] = cputime_percpu[cpu].cp_sys; in sysctl_cp_times()
382 cpu_states[CP_SYS] += cputime_percpu[n].cp_sys; in collect_cputime_callback()
1041 cpu_time.cp_sys += bump; in statclock()
1053 cpu_time.cp_sys += bump; in statclock()
/dragonfly/sys/sys/
H A Dkinfo.h79 uint64_t cp_sys; member
/dragonfly/libexec/rpc.rstatd/
H A Drstat_proc.c199 stats_all.s1.cp_time[2] = cp_time.cp_sys; in updatestat()
/dragonfly/usr.sbin/powerd/
H A Dpowerd.c554 d = (ncpu_time[cpu].cp_user + ncpu_time[cpu].cp_sys + in get_cputime()
556 (ocpu_time[cpu].cp_user + ocpu_time[cpu].cp_sys + in get_cputime()