Home
last modified time | relevance | path

Searched refs:l_tmp (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/lib/
Dmaple_tree.c2427 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()
[all …]