Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dsched_clutch.c3962 const sched_pset_search_order_sort_data_t *data_a = (const sched_pset_search_order_sort_data_t *)a; in sched_edge_search_order_weight_then_locality() local
3964 assert3p(data_a->spsosd_src_pset, ==, data_b->spsosd_src_pset); in sched_edge_search_order_weight_then_locality()
3965 assert3u(data_a->spsosd_dst_pset_id, !=, data_b->spsosd_dst_pset_id); in sched_edge_search_order_weight_then_locality()
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()
3974 bool is_local_a = bitmap_test(data_a->spsosd_src_pset->local_psets, data_a->spsosd_dst_pset_id); in sched_edge_search_order_weight_then_locality()
3980 if (data_a->spsosd_dst_pset_id != data_b->spsosd_dst_pset_id) { in sched_edge_search_order_weight_then_locality()
3981 return (data_a->spsosd_dst_pset_id < data_b->spsosd_dst_pset_id) ? -1 : 1; in sched_edge_search_order_weight_then_locality()