Searched refs:d_gaps (Results 1 – 1 of 1) sorted by relevance
1924 unsigned long *s_gaps, *d_gaps; in node_copy() local1942 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()