Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.81.4/osfmk/kern/
H A Dkern_types.h376 uint32_t sce_migration_weight; member
H A Dsched_rt.c147 .sce_migration_weight = 0, in rt_init_completed()
154 .sce_migration_weight = 0, in rt_init_completed()
267 .spsosd_migration_weight = out_edge.sce_migration_weight, in sched_rt_config_pset_push()
276 .spsosd_migration_weight = in_edge.sce_migration_weight, in sched_rt_config_pset_push()
H A Dsched_clutch.c3971 edge.sce_migration_weight : UINT32_MAX; in sched_edge_config_pset_push()
4701 if (silo_edge.sce_migration_weight != 0) { in sched_edge_pset_steal_thread()
5575 if (!shared_rsrc_thread && (edge_delta < edge.sce_migration_weight)) { in sched_edge_migration_check()
6130 …sched_clutch_edge free_spill = (sched_clutch_edge){.sce_migration_weight = 0, .sce_migration_allow… in sched_edge_cpu_init_completed()
6131 …sched_clutch_edge no_spill = (sched_clutch_edge){.sce_migration_weight = 0, .sce_migration_allowed… in sched_edge_cpu_init_completed()
6132 …sched_clutch_edge weighted_spill = (sched_clutch_edge){.sce_migration_weight = 64, .sce_migration_… in sched_edge_cpu_init_completed()
6168 .sce_migration_weight = 0, in sched_edge_cpu_init_completed()
6177 .sce_migration_weight = 0, in sched_edge_cpu_init_completed()
/xnu-12377.81.4/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…