Lines Matching defs:total
72 * performance this should be the total numbers of grants that can be used
331 unsigned int num_clean, total;
361 total = 0;
374 if (scan_used && total >= num_clean)
380 total++;
387 if (!scan_used && total < num_clean) {
388 pr_debug("Still missing %u purged frames\n", num_clean - total);
393 if (total) {
394 ring->persistent_gnt_c -= total;
399 pr_debug("Purged %u/%u\n", num_clean, total);