Searched refs:candidate_cluster_bitmap (Results 1 – 1 of 1) sorted by relevance
4693 sched_edge_candidate_alternative(processor_set_t selected_pset, uint64_t candidate_cluster_bitmap) in sched_edge_candidate_alternative() argument4699 uint64_t available_native_clusters = selected_pset->native_psets[0] & candidate_cluster_bitmap; in sched_edge_candidate_alternative()4703 available_cluster_id = bit_first(candidate_cluster_bitmap); in sched_edge_candidate_alternative()4808 uint64_t candidate_cluster_bitmap = mask(sched_edge_max_clusters); in sched_edge_migrate_candidate() local4872 bitmap_clear(&candidate_cluster_bitmap, selected_pset->pset_cluster_id); in sched_edge_migrate_candidate()4873 if (__improbable(bitmap_first(&candidate_cluster_bitmap, sched_edge_max_clusters) == -1)) { in sched_edge_migrate_candidate()4878 selected_pset = sched_edge_candidate_alternative(selected_pset, candidate_cluster_bitmap); in sched_edge_migrate_candidate()