Symbol: maple_copy
include/linux/maple_tree.h
343
struct maple_copy cp;
lib/maple_tree.c
104
[maple_copy] = ULONG_MAX,
lib/maple_tree.c
114
[maple_copy] = 3,
lib/maple_tree.c
123
[maple_copy] = 3,
lib/maple_tree.c
132
[maple_copy] = 1, /* Should never be used */
lib/maple_tree.c
1932
if (!ma_is_leaf(d_mt) && s_mt == maple_copy) {
lib/maple_tree.c
2076
static inline void mas_wmb_replace(struct ma_state *mas, struct maple_copy *cp)
lib/maple_tree.c
2099
static inline void cp_leaf_init(struct maple_copy *cp,
lib/maple_tree.c
2142
static inline void cp_data_calc(struct maple_copy *cp,
lib/maple_tree.c
2155
struct maple_copy *cp)
lib/maple_tree.c
2192
static inline void push_data_sib(struct maple_copy *cp, struct ma_state *mas,
lib/maple_tree.c
2235
static inline void rebalance_data(struct maple_copy *cp,
lib/maple_tree.c
2270
static inline void spanning_data(struct maple_copy *cp,
lib/maple_tree.c
2291
void dst_setup(struct maple_copy *cp, struct ma_state *mas, enum maple_type mt)
lib/maple_tree.c
2354
static inline void append_mas_cp(struct maple_copy *cp,
lib/maple_tree.c
2376
static inline void append_wr_mas_cp(struct maple_copy *cp,
lib/maple_tree.c
2394
static inline void init_cp_src(struct maple_copy *cp)
lib/maple_tree.c
2397
cp->src[cp->s_count].mt = maple_copy;
lib/maple_tree.c
2414
void multi_src_setup(struct maple_copy *cp, struct ma_wr_state *l_wr_mas,
lib/maple_tree.c
2441
void cp_data_write(struct maple_copy *cp, struct ma_state *mas)
lib/maple_tree.c
2547
static inline void cp_dst_to_slots(struct maple_copy *cp, unsigned long min,
lib/maple_tree.c
2590
static inline bool cp_is_new_root(struct maple_copy *cp, struct ma_state *mas)
lib/maple_tree.c
2605
node_copy(mas, cp->src[0].node, 0, cp->data, cp->max, maple_copy,
lib/maple_tree.c
2627
static inline bool cp_converged(struct maple_copy *cp, struct ma_state *mas,
lib/maple_tree.c
2647
static bool spanning_ascend(struct maple_copy *cp, struct ma_state *mas,
lib/maple_tree.c
2693
static inline bool rebalance_ascend(struct maple_copy *cp,
lib/maple_tree.c
3049
struct maple_copy cp;
lib/maple_tree.c
3378
static inline bool split_ascend(struct maple_copy *cp,
lib/maple_tree.c
3423
static inline void split_data(struct maple_copy *cp,
lib/maple_tree.c
3446
struct maple_copy cp;
lib/maple_tree.c
3479
struct maple_copy cp;
lib/maple_tree.c
580
case maple_copy:
lib/maple_tree.c
601
case maple_copy:
lib/maple_tree.c
669
case maple_copy:
lib/maple_tree.c
691
case maple_copy: