Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dsched_common.h74 uint64_t spsosd_migration_weight; member
H A Dsched_rt.c278 .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.c3951 search_order_datas[i].spsosd_migration_weight = edge.sce_migration_allowed ? in sched_edge_config_pset_push()
3970 if (data_a->spsosd_migration_weight != data_b->spsosd_migration_weight) { in sched_edge_search_order_weight_then_locality()
3971 return (data_a->spsosd_migration_weight < data_b->spsosd_migration_weight) ? -1 : 1; in sched_edge_search_order_weight_then_locality()