| 185 |
qsort(top_bits_sorted, num_top_bits, sizeof(struct top_bit *), |
185 |
qsort(top_bits_sorted, num_top_bits, sizeof(struct top_bit *), |
| 189 |
printf("ring idle: %3d%% ring space: %d/%d (%d%%)\n", |
189 |
printf("ring idle: %3d%% ring space: %d/%d (%d%%)\n", |
| 191 |
total_ring_full / 100, ring_size, |
191 |
total_ring_full / 100, ring_size, |