Searched refs:temp_mpcc (Results 1 – 1 of 1) sorted by relevance
202 struct mpcc *temp_mpcc = tree->opp_list; in mpc1_insert_plane() local204 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()205 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()206 if (temp_mpcc == NULL) in mpc1_insert_plane()239 while (temp_mpcc && temp_mpcc->mpcc_bot != insert_above_mpcc) in mpc1_insert_plane()240 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_insert_plane()241 if (temp_mpcc && temp_mpcc->mpcc_bot == insert_above_mpcc) { in mpc1_insert_plane()243 temp_mpcc->mpcc_bot = new_mpcc; in mpc1_insert_plane()300 while (temp_mpcc && temp_mpcc->mpcc_bot != mpcc_to_remove) in mpc1_remove_mpcc()301 temp_mpcc = temp_mpcc->mpcc_bot; in mpc1_remove_mpcc()[all …]
Completed in 4 milliseconds