Lines Matching defs:extra
233 int extra;
434 extra = total_blocks - used_blocks;
435 if (extra != 0)
436 dd_dev_info(dd, "unused send context blocks: %d\n", extra);
1705 unsigned long extra;
1716 extra = (((hw_free & CR_COUNTER_SMASK) >> CR_COUNTER_SHIFT)
1719 free = old_free + extra;
1720 trace_hfi1_piofree(sc, extra);
1900 * The auto algorithm computers the sc_per_vl and the number of extra
1901 * send contexts. Any extra send contexts are added from the last VL
1918 int extra, sc_per_vl;
1931 extra = num_kernel_send_contexts % num_vls;
1934 for (i = num_vls - 1; i >= 0; i--, extra--)
1935 vl_scontexts[i] = sc_per_vl + (extra > 0 ? 1 : 0);