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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c369 struct top_bit { struct
373 struct top_bit *top_bits_sorted[MAX_NUM_TOP_BITS];
435 struct top_bit * const *bit_a = a;
436 struct top_bit * const *bit_b = b;
449 update_idle_bit(struct top_bit *top_bit) argument
453 if (top_bit->bit->reg == INST_DONE_1)
458 if ((reg_val & top_bit->bit->bit) == 0)
459 top_bit->count++;
789 // sizeof(struct top_bit *), top_bits_sor
[all...]

Completed in 11 milliseconds