Lines Matching defs:old
1722 * mas_put_in_tree() - Put a new node in the tree, smp_wmb(), and mark the old
1725 * @old_enode - The old maple encoded node to replace.
1754 * @old_enode - The old maple encoded node.
1801 * old data or set b_node->b_end.
2122 /* Handle range starting after old range */
2138 /* Handle new range ending before old range ends */
2570 * The old tree will have up to three children with the old parent. Keep track
2571 * of the old entries as they may have more nodes below replaced. Nodes within
2586 /* Place data in tree & then mark node as old */
2619 /* Collect the old nodes that need to be discarded */
2670 * @old: The old maple encoded node that is being replaced.
2895 * the tree is created, there may be a mix of new and old nodes. The old nodes
2898 * the old tree, the new data is swapped into the active tree and a walk down
3353 struct maple_enode *old;
3427 old = mas->node;
3429 mas_wmb_replace(mas, old);
3960 /* Handle insert of new range starting after old range */