Lines Matching defs:total
72 * performance this should be the total numbers of grants that can be used
336 unsigned int num_clean, total;
366 total = 0;
379 if (scan_used && total >= num_clean)
385 total++;
392 if (!scan_used && total < num_clean) {
393 pr_debug("Still missing %u purged frames\n", num_clean - total);
398 if (total) {
399 ring->persistent_gnt_c -= total;
404 pr_debug("Purged %u/%u\n", num_clean, total);