Home
last modified time | relevance | path

Searched refs:stolen_from_pset (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/tests/sched/
H A Dedge_migration.c490 foreign_steal_expect(int stealing_pset, int stolen_from_pset, in foreign_steal_expect() argument
497 char stolen_type = pset_id_to_core_type_char(stolen_from_pset); in foreign_steal_expect()
499 …T_EXPECT_EQ(thread, thread_candidates_matrix[enqueued][stolen_from_pset][recc_type_to_ind(thread_r… in foreign_steal_expect()
501 recc_type, stolen_type, stolen_from_pset); in foreign_steal_expect()
503 …get_thread_tid(thread_candidates_matrix[enqueued][stolen_from_pset][recc_type_to_ind(thread_recomm… in foreign_steal_expect()
504 stealing_pset, stolen_from_pset, 0); in foreign_steal_expect()
510 work_steal_expect(int stealing_pset, int stolen_from_pset, in work_steal_expect() argument
517 char stolen_type = pset_id_to_core_type_char(stolen_from_pset); in work_steal_expect()
519 …T_EXPECT_EQ(thread, thread_candidates_matrix[enqueued][stolen_from_pset][recc_type_to_ind(thread_r… in work_steal_expect()
521 recc_type, stolen_type, stolen_from_pset); in work_steal_expect()
[all …]