Searched refs:d_total (Results 1 – 1 of 1) sorted by relevance
47 uint64_t d_total, d_idle; in cpu_top_update() local78 d_total = s->total - d->total; in cpu_top_update()80 cpu->busy = 100 - 100 * d_idle / d_total; in cpu_top_update()