Searched refs:candidate_cluster_bitmap (Results 1 – 1 of 1) sorted by relevance
5315 sched_edge_candidate_alternative(processor_set_t selected_pset, uint64_t candidate_cluster_bitmap) in sched_edge_candidate_alternative() argument5321 uint64_t available_native_clusters = selected_pset->native_psets[0] & candidate_cluster_bitmap; in sched_edge_candidate_alternative()5325 available_cluster_id = bit_first(candidate_cluster_bitmap); in sched_edge_candidate_alternative()5395 uint64_t candidate_cluster_bitmap = mask(sched_edge_max_clusters); in sched_edge_migrate_candidate() local5464 bitmap_clear(&candidate_cluster_bitmap, selected_pset->pset_cluster_id); in sched_edge_migrate_candidate()5465 if (__improbable(bitmap_first(&candidate_cluster_bitmap, sched_edge_max_clusters) == -1)) { in sched_edge_migrate_candidate()5470 selected_pset = sched_edge_candidate_alternative(selected_pset, candidate_cluster_bitmap); in sched_edge_migrate_candidate()