Lines Matching refs:xa_head
391 struct radix_tree_node *node = rcu_dereference_raw(root->xa_head); in radix_tree_load_root()
420 entry = rcu_dereference_raw(root->xa_head); in radix_tree_extend()
457 rcu_assign_pointer(root->xa_head, entry); in radix_tree_extend()
473 struct radix_tree_node *node = rcu_dereference_raw(root->xa_head); in radix_tree_shrink()
508 root->xa_head = (void __rcu *)child; in radix_tree_shrink()
553 rcu_dereference_raw(root->xa_head)) in delete_node()
569 root->xa_head = NULL; in delete_node()
603 void __rcu **slot = (void __rcu **)&root->xa_head; in __radix_tree_create()
617 child = rcu_dereference_raw(root->xa_head); in __radix_tree_create()
757 slot = (void __rcu **)&root->xa_head; in __radix_tree_lookup()
888 WARN_ON_ONCE(!node && (slot != (void __rcu **)&root->xa_head) && in __radix_tree_replace()
1190 return (void __rcu **)&root->xa_head; in radix_tree_next_chunk()
1481 void __rcu **slot = (void __rcu **)&root->xa_head; in idr_get_free()
1497 child = rcu_dereference_raw(root->xa_head); in idr_get_free()
1561 struct radix_tree_node *node = rcu_dereference_raw(idr->idr_rt.xa_head); in idr_destroy()
1564 idr->idr_rt.xa_head = NULL; in idr_destroy()