| 791 | } |
| 792 | |
| 793 | int |
| 794 | cpu_search_both(const struct cpu_group *cg, struct cpu_search *low, |
| 795 | struct cpu_search *high) |
| 796 | { |
| 797 | return cpu_search(cg, low, high, CPU_SEARCH_BOTH); |
| 798 | } |
| 799 | |
| 800 | /* |
| 801 | * Find the cpu with the least load via the least loaded path that has a |
no test coverage detected