Searched refs:new_root (Results 1 – 2 of 2) sorted by relevance
113 struct genradix_root *r = v, *new_root; in __genradix_ptr_alloc() local128 new_root = ((struct genradix_root *) in __genradix_ptr_alloc()131 if ((v = cmpxchg_release(&radix->root, r, new_root)) == r) { in __genradix_ptr_alloc()132 v = new_root; in __genradix_ptr_alloc()
1463 struct assoc_array_ptr *new_root, *new_parent, **new_ptr_pp; in assoc_array_gc() local1481 new_root = new_parent = NULL; in assoc_array_gc()1482 new_ptr_pp = &new_root; in assoc_array_gc()1630 new_root = ptr; in assoc_array_gc()1647 new_root = ptr; in assoc_array_gc()1680 new_root = assoc_array_node_to_ptr(new_n); in assoc_array_gc()1710 edit->set[0].to = new_root; in assoc_array_gc()1717 assoc_array_destroy_subtree(new_root, edit->ops); in assoc_array_gc()