Searched refs:is_local_a (Results 1 – 1 of 1) sorted by relevance
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() local3976 if (is_local_a != is_local_b) { in sched_edge_search_order_weight_then_locality()3977 return is_local_a ? -1 : 1; in sched_edge_search_order_weight_then_locality()