Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c186 unsigned total_pcpu; member
214 #define total_pcpu (G.total_pcpu ) macro
364 total_pcpu = 0; in do_stats()
391 total_pcpu += cur->pcpu; in do_stats()
656 if (total_pcpu < busy_jifs) total_pcpu = busy_jifs;
674 tmp_unsigned = (uint16_t)(cur_jif.total - prev_jif.total) * total_pcpu;