Searched refs:data_b (Results 1 – 1 of 1) sorted by relevance
3963 const sched_pset_search_order_sort_data_t *data_b = (const sched_pset_search_order_sort_data_t *)b; in sched_edge_search_order_weight_then_locality() local3964 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()3975 bool is_local_b = bitmap_test(data_b->spsosd_src_pset->local_psets, data_b->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()