Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c1924 unsigned long *s_gaps, *d_gaps; in node_copy() local
1942 d_gaps = ma_gaps(dst, d_mt); in node_copy()
1943 if (d_gaps) { in node_copy()
1945 d_gaps += d_start; in node_copy()
1946 memcpy(d_gaps, s_gaps, size * sizeof(unsigned long)); in node_copy()