Searched refs:tot_edpi (Results 1 – 1 of 1) sorted by relevance
210 uint64_t tot_edpi = 0, tot_ppi = 0; in update_stats() local239 tot_edpi += s->edpi_av[j]; in update_stats()243 tot_edpi = tot_edpi / BINS_AV; in update_stats()245 percent = 100 - (uint32_t)(((float)tot_edpi / in update_stats()