Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c1922 unsigned long *s_pivots, *d_pivots; in node_copy() local
1930 s_pivots = ma_pivots(src, s_mt) + start; in node_copy()
1950 d_max = s_pivots[size - 1]; in node_copy()
1959 memcpy(d_pivots, s_pivots, size * sizeof(unsigned long)); in node_copy()