Searched refs:other_e_pset (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | edge_migration.c | 577 int other_e_pset = 2; variable 582 foreign_steal_expect(other_p_pset, other_e_pset, threads, p_recc); 588 (int[]){pset_id_to_cpu_id(e_pset) + p_recc, pset_id_to_cpu_id(other_e_pset) + p_recc}); 590 cpu_clear_thread_current(pset_id_to_cpu_id(other_e_pset) + p_recc); 598 foreign_steal_expect(other_e_pset, p_pset, threads, e_recc); 599 foreign_steal_expect(other_e_pset, other_p_pset, threads, e_recc); 601 work_steal_expect(other_e_pset, e_pset, threads, e_recc); 602 work_steal_expect(other_e_pset, e_pset, threads, p_recc); 604 no_steal_expect(other_e_pset, "Want to perform running rebalance"); 605 running_rebalance_expect(other_e_pset, "P", 2, [all …]
|