Searched refs:pmChooseCPU (Results 1 – 2 of 2) sorted by relevance
76 int (*pmChooseCPU)(int startCPU, int endCPU, int preferredCPU); member
733 && pmDispatch->pmChooseCPU != NULL) { in machine_choose_processor()734 chosenCPU = pmDispatch->pmChooseCPU(startCPU, endCPU, preferredCPU); in machine_choose_processor()