Searched refs:d_gaps (Results 1 – 1 of 1) sorted by relevance
1997 unsigned long *s_gaps, *d_gaps; in node_copy() local2010 d_gaps = ma_gaps(dst, d_mt); in node_copy()2011 if (d_gaps) { in node_copy()2013 d_gaps += d_start; in node_copy()2014 memcpy(d_gaps, s_gaps, size * sizeof(unsigned long)); in node_copy()