Searched refs:top_bits_sorted (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c373 struct top_bit *top_bits_sorted[MAX_NUM_TOP_BITS]; variable in typeref:struct:top_bit
700 top_bits_sorted[i] = &top_bits[i];
788 // qsort(top_bits_sorted, num_instdone_bits,
793 if (top_bits_sort(&top_bits_sorted[i], &top_bits_sorted[j]) == 1) {
794 tmp_top.bit = top_bits_sorted[i]->bit;
795 tmp_top.count = top_bits_sorted[i]->count;
797 top_bits_sorted[i]->bit = top_bits_sorted[j]->bit;
798 top_bits_sorted[
[all...]

Completed in 11 milliseconds