Lines Matching refs:l_tmp
2427 struct ma_state l_tmp = *mast->orig_l; in mast_spanning_rebalance() local
2433 l_tmp = *mast->orig_l; in mast_spanning_rebalance()
2474 if (l_tmp.node != child) in mast_spanning_rebalance()
2479 *mast->orig_l = l_tmp; in mast_spanning_rebalance()
2499 struct maple_enode *child = l_tmp.node; in mast_spanning_rebalance()
2501 mas_ascend(&l_tmp); in mast_spanning_rebalance()
2502 if (ancestor == l_tmp.node) in mast_spanning_rebalance()
2505 r_off = mas_data_end(&l_tmp); in mast_spanning_rebalance()
2507 if (l_tmp.offset < r_off) in mast_spanning_rebalance()
2508 l_tmp.offset++; in mast_spanning_rebalance()
2510 if (l_tmp.offset < r_off) in mast_spanning_rebalance()
2511 mas_topiary_range(&l_tmp, mast->destroy, in mast_spanning_rebalance()
2512 l_tmp.offset, r_off); in mast_spanning_rebalance()
2517 } while (l_tmp.node != ancestor); in mast_spanning_rebalance()
2525 *mast->orig_l = l_tmp; in mast_spanning_rebalance()