Searched refs:swap_candidates_map (Results 1 – 1 of 1) sorted by relevance
5022 cpumap_t swap_candidates_map; in sched_edge_stir_the_pot_try_trigger_swap() local5025 swap_candidates_map = sched_edge_non_p_core_map; in sched_edge_stir_the_pot_try_trigger_swap()5028 swap_candidates_map = sched_edge_p_core_map; in sched_edge_stir_the_pot_try_trigger_swap()5031 int num_candidates = bit_count(swap_candidates_map); in sched_edge_stir_the_pot_try_trigger_swap()5037 int search_start_ind = lsb_first(swap_candidates_map); in sched_edge_stir_the_pot_try_trigger_swap()5039 search_start_ind = lsb_next(swap_candidates_map, search_start_ind); in sched_edge_stir_the_pot_try_trigger_swap()5043 swap_candidates_map = bit_ror64(swap_candidates_map, search_start_ind); in sched_edge_stir_the_pot_try_trigger_swap()5065 …for (int rotid = lsb_first(swap_candidates_map); rotid != -1; rotid = lsb_next(swap_candidates_map… in sched_edge_stir_the_pot_try_trigger_swap()