Searched refs:stealing_type (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | edge_migration.c | 496 char stealing_type = pset_id_to_core_type_char(stealing_pset); in foreign_steal_expect() local 500 "%c (%d) rebalance-steals %s-recommended from %c (%d)", stealing_type, stealing_pset, in foreign_steal_expect() 506 stolen_type, stealing_type, recc_type); in foreign_steal_expect() 516 char stealing_type = pset_id_to_core_type_char(stealing_pset); in work_steal_expect() local 520 "%c (%d) work-steals %s-recommended from %c (%d)", stealing_type, stealing_pset, in work_steal_expect() 526 stolen_type, stealing_type, recc_type); in work_steal_expect()
|