Lines Matching defs:extra
191 int extra;
392 extra = total_blocks - used_blocks;
393 if (extra != 0)
394 dd_dev_info(dd, "unused send context blocks: %d\n", extra);
1663 unsigned long extra;
1674 extra = (((hw_free & CR_COUNTER_SMASK) >> CR_COUNTER_SHIFT)
1677 free = old_free + extra;
1678 trace_hfi1_piofree(sc, extra);
1858 * The auto algorithm computers the sc_per_vl and the number of extra
1859 * send contexts. Any extra send contexts are added from the last VL
1876 int extra, sc_per_vl;
1889 extra = num_kernel_send_contexts % num_vls;
1892 for (i = num_vls - 1; i >= 0; i--, extra--)
1893 vl_scontexts[i] = sc_per_vl + (extra > 0 ? 1 : 0);