We usually get a channel per block, so these cover a fair bit of ground */
| 730 | |
| 731 | /* We usually get a channel per block, so these cover a fair bit of ground */ |
| 732 | static void probe_some_random_scids(struct seeker *seeker) |
| 733 | { |
| 734 | return probe_random_scids(seeker, 1024); |
| 735 | } |
| 736 | |
| 737 | static void probe_many_random_scids(struct seeker *seeker) |
| 738 | { |
no test coverage detected