Searched defs:tmp_top (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c790 struct top_bit tmp_top; local
794 tmp_top.bit = top_bits_sorted[i]->bit;
795 tmp_top.count = top_bits_sorted[i]->count;
800 top_bits_sorted[j]->bit = tmp_top.bit;
801 top_bits_sorted[j]->count = tmp_top.count;

Completed in 16 milliseconds