Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dtop.c455 # define CALC_STAT(xxx) char xxx[8] macro
459 # define CALC_STAT(xxx) unsigned xxx = 100 * (unsigned)(p_jif->xxx - p_prev_jif->xxx) / total_diff macro
482 CALC_STAT(usr);
483 CALC_STAT(sys);
484 CALC_STAT(nic);
485 CALC_STAT(idle);
486 CALC_STAT(iowait);
487 CALC_STAT(irq);
488 CALC_STAT(softirq);
508 # undef CALC_STAT
[all …]