Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Drt_migration.c167 .sce_migration_weight = i % 3 /* create ties to test die-locality */
174 .sce_migration_weight = 0
189 .sce_migration_weight = 2
194 .sce_migration_weight = 1
199 .sce_migration_weight = 0
204 .sce_migration_weight = 1
/xnu-12377.41.6/osfmk/kern/
H A Dkern_types.h376 uint32_t sce_migration_weight; member
H A Dsched_rt.c158 .sce_migration_weight = 0, in rt_init_completed()
165 .sce_migration_weight = 0, in rt_init_completed()
278 .spsosd_migration_weight = out_edge.sce_migration_weight, in sched_rt_config_pset_push()
287 .spsosd_migration_weight = in_edge.sce_migration_weight, in sched_rt_config_pset_push()
H A Dsched_clutch.c3952 edge.sce_migration_weight : UINT32_MAX; in sched_edge_config_pset_push()
4427 if (edge.sce_migration_weight == 0) { in sched_edge_steal_possible()
5209 if (!shared_rsrc_thread && (edge_delta < edge.sce_migration_weight)) { in sched_edge_migration_check()
5819 …sched_clutch_edge free_spill = (sched_clutch_edge){.sce_migration_weight = 0, .sce_migration_allow… in sched_edge_cpu_init_completed()
5820 …sched_clutch_edge no_spill = (sched_clutch_edge){.sce_migration_weight = 0, .sce_migration_allowed… in sched_edge_cpu_init_completed()
5821 …sched_clutch_edge weighted_spill = (sched_clutch_edge){.sce_migration_weight = 64, .sce_migration_… in sched_edge_cpu_init_completed()
5857 .sce_migration_weight = 0, in sched_edge_cpu_init_completed()
5866 .sce_migration_weight = 0, in sched_edge_cpu_init_completed()
/xnu-12377.41.6/doc/scheduler/
H A Dsched_clutch_edge.md211 uint32_t sce_migration_weight;
216 …threads are allowed to be migrated & stolen across the edge. The `sce_migration_weight` is a measu…