Searched refs:cpu_sys (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/mpstat/
H A Dmpstat.c263 if ((scc->cpu_user + scc->cpu_nice + scc->cpu_sys +
376 ll_sp_value(st_cpu[prev]->cpu_sys,
377 st_cpu[curr]->cpu_sys,
415 if ((scc->cpu_user + scc->cpu_nice + scc->cpu_sys +
455 ll_sp_value(scp->cpu_sys,
456 scc->cpu_sys,
507 if ((scc->cpu_user + scc->cpu_nice + scc->cpu_sys +
554 if ((scc->cpu_user + scc->cpu_nice + scc->cpu_sys +
H A Dcommon.c598 scc->cpu_sys + scc->cpu_iowait +
602 scp->cpu_sys + scp->cpu_iowait +
H A Drd_stats.c90 &st_cpu->cpu_sys,
106 st_cpu->cpu_sys + st_cpu->cpu_idle +
124 &sc.cpu_sys,
150 sc.cpu_sys + sc.cpu_idle +
H A Drd_stats.h79 unsigned long long cpu_sys __attribute__ ((aligned (16))); member in struct:stats_cpu
/netgear-R7000-V1.0.7.12_1.2.5/src/router/vmstat/
H A Dvmstat.c140 jiff cpu_use[2], cpu_nic[2], cpu_sys[2], cpu_idl[2], cpu_iow[2], cpu_xxx[2], cpu_yyy[2], cpu_zzz[2]; local
158 getstat(cpu_use,cpu_nic,cpu_sys,cpu_idl,cpu_iow,cpu_xxx,cpu_yyy,cpu_zzz,
165 dsys= *cpu_sys + *cpu_xxx + *cpu_yyy;
218 getstat(cpu_use+tog,cpu_nic+tog,cpu_sys+tog,cpu_idl+tog,cpu_iow+tog,cpu_xxx+tog,cpu_yyy+tog,cpu_zzz+tog,
225 dsys= cpu_sys[tog]-cpu_sys[!tog] + cpu_xxx[tog]-cpu_xxx[!tog] + cpu_yyy[tog]-cpu_yyy[!tog];
530 jiff cpu_use, cpu_nic, cpu_sys, cpu_idl, cpu_iow, cpu_xxx, cpu_yyy, cpu_zzz; local
536 getstat(&cpu_use, &cpu_nic, &cpu_sys, &cpu_idl,
555 printf("%13Lu system cpu ticks\n", cpu_sys);
575 jiff cpu_use, cpu_nic, cpu_sys, cpu_id local
[all...]

Completed in 117 milliseconds