Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dmaple_tree.c140 struct ma_state *orig_l; /* Original left side of subtree */ member
2281 unsigned char end = mas_data_end(mast->orig_l) + 1; in mast_rebalance_prev()
2285 mas_mab_cp(mast->orig_l, 0, end - 1, mast->bn, 0); in mast_rebalance_prev()
2286 mast->l->min = mast->orig_l->min; in mast_rebalance_prev()
2287 mast->orig_l->index = mast->orig_l->min; in mast_rebalance_prev()
2303 struct ma_state l_tmp = *mast->orig_l; in mast_spanning_rebalance()
2307 l_tmp = *mast->orig_l; in mast_spanning_rebalance()
2310 mas_ascend(mast->orig_l); in mast_spanning_rebalance()
2320 *mast->orig_l = l_tmp; in mast_spanning_rebalance()
2322 } else if (mast->orig_l->offset != 0) { in mast_spanning_rebalance()
[all …]