Home
last modified time | relevance | path

Searched refs:d_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
1928 d_pivots = ma_pivots(dst, d_mt) + d_start; in node_copy()
1955 d_pivots[size - 1] = d_max; in node_copy()
1959 memcpy(d_pivots, s_pivots, size * sizeof(unsigned long)); in node_copy()