Home
last modified time | relevance | path

Searched refs:s_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
1944 s_gaps = ma_gaps(src, s_mt) + start; in node_copy()
1946 memcpy(d_gaps, s_gaps, size * sizeof(unsigned long)); in node_copy()