Searched refs:decile_max (Results 1 – 1 of 1) sorted by relevance
443 unsigned long deciles[10], decile_max[10], tot = 0; in ns_show() local458 decile_max[i] = (wmax * (i + 1) + 5) / 10; in ns_show()461 decile_max[9] = wmax; in ns_show()466 if (wear <= decile_max[d]) { in ns_show()480 unsigned long from = (i ? decile_max[i - 1] + 1 : 0); in ns_show()481 if (from > decile_max[i]) in ns_show()485 decile_max[i], in ns_show()