Searched refs:other_p_pset (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | edge_migration.c | 576 int other_p_pset = 3; variable 581 foreign_steal_expect(other_p_pset, e_pset, threads, p_recc); 582 foreign_steal_expect(other_p_pset, other_e_pset, threads, p_recc); 584 work_steal_expect(other_p_pset, p_pset, threads, p_recc); 586 no_steal_expect(other_p_pset, "Want to perform running rebalance"); 587 running_rebalance_expect(other_p_pset, "E", 2, 592 no_steal_expect(other_p_pset, "Nothing left a P-core wants to steal"); 599 foreign_steal_expect(other_e_pset, other_p_pset, threads, e_recc); 606 (int[]){pset_id_to_cpu_id(p_pset) + e_recc, pset_id_to_cpu_id(other_p_pset) + e_recc}); 608 cpu_clear_thread_current(pset_id_to_cpu_id(other_p_pset) + e_recc); [all …]
|