Searched refs:mas_end (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/radix-tree/
H A Dmaple.c750 int mas_ce2_over_count(struct ma_state *mas_start, struct ma_state *mas_end, argument
763 entry = mas_next(&tmp, mas_end->last);
772 entry = mas_next(&tmp, mas_end->last);
777 if (e_entry && (e_max > mas_end->last))
784 bool esplit = e_max > mas_end->last;
1003 MA_STATE(mas_end, mt, set[i+2], set[i+2]);
1011 e_entry = mas_range_load(&mas_end, &e_min, &e_max);
1020 } else if ((mas_start.node != mas_end.node) ||
1021 (mas_start.offset != mas_end.offset)) {
1023 mas_ce2_over_count(&mas_start, &mas_end,
[all...]
/linux-master/lib/
H A Dmaple_tree.c1918 * @mas_end: The end slot to copy (inclusively)
1923 unsigned char mas_end, struct maple_big_node *b_node,
1938 if (unlikely(i > mas_end))
1943 piv_end = min(mas_end, mt_pivots[mt]);
1953 if (likely(i <= mas_end))
1922 mas_mab_cp(struct ma_state *mas, unsigned char mas_start, unsigned char mas_end, struct maple_big_node *b_node, unsigned char mab_start) argument

Completed in 178 milliseconds