Lines Matching defs:child
591 /* Propagate the aggregated mark info to the new child */
973 struct xa_node *child, unsigned int marks)
980 if (child)
981 node_mark_all(child, mark);
1071 struct xa_node *child = xas->xa_alloc;
1073 xas->xa_alloc = rcu_dereference_raw(child->parent);
1074 child->shift = node->shift - XA_CHUNK_SHIFT;
1075 child->offset = offset;
1076 child->count = XA_CHUNK_SIZE;
1077 child->nr_values = xa_is_value(entry) ?
1079 RCU_INIT_POINTER(child->parent, node);
1080 node_set_marks(node, offset, child, marks);
1082 xa_mk_node(child));
1085 xas_update(xas, child);