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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dtop.c77 unsigned total_pcpu; member in struct:globals
93 #define total_pcpu (G.total_pcpu ) macro
170 total_pcpu = 0;
197 total_pcpu += cur->pcpu;
413 if (total_pcpu < busy_jifs) total_pcpu = busy_jifs;
425 pcpu_scale /= ( (uint16_t)(jif.total-prev_jif.total)*total_pcpu ? : 1);
465 /* printf(" %d/%d %lld/%lld", s->pcpu, total_pcpu,

Completed in 33 milliseconds