Searched refs:r_tmp (Results 1 – 2 of 2) sorted by relevance
2426 struct ma_state r_tmp = *mast->orig_r; in mast_spanning_rebalance() local2432 r_tmp = *mast->orig_r; in mast_spanning_rebalance()2461 struct maple_enode *child = r_tmp.node; in mast_spanning_rebalance()2463 mas_ascend(&r_tmp); in mast_spanning_rebalance()2464 if (ancestor == r_tmp.node) in mast_spanning_rebalance()2467 if (r_tmp.offset) in mast_spanning_rebalance()2468 r_tmp.offset--; in mast_spanning_rebalance()2470 if (l_off < r_tmp.offset) in mast_spanning_rebalance()2471 mas_topiary_range(&r_tmp, mast->destroy, in mast_spanning_rebalance()2472 l_off, r_tmp.offset); in mast_spanning_rebalance()[all …]
5365 struct ice_recp_grp_entry *r_tmp; in ice_add_adv_recipe() local5500 list_for_each_entry_safe(r_entry, r_tmp, &rm->rg_list, l_entry) { in ice_add_adv_recipe()