Home
last modified time | relevance | path

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

/linux/lib/
H A Dmaple_tree.c1992 enum maple_type s_mt, struct maple_node *dst, unsigned char d_start, in node_copy() argument
2002 s_slots = ma_slots(src, s_mt) + start; in node_copy()
2003 s_pivots = ma_pivots(src, s_mt) + start; in node_copy()
2006 if (!ma_is_leaf(d_mt) && s_mt == maple_copy) in node_copy()
2012 s_gaps = ma_gaps(src, s_mt) + start; in node_copy()
2017 if (start + size - 1 < mt_pivots[s_mt]) in node_copy()
2519 enum maple_type s_mt, d_mt; in cp_data_write() local
2530 s_mt = cp->src[s].mt; in cp_data_write()
2547 d_max = node_copy(mas, src, s_offset, size, s_max, s_mt, in cp_data_write()
2565 s_mt = cp->src[s].mt; in cp_data_write()
[all …]