Home
last modified time | relevance | path

Searched refs:xa_head (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/lib/
A Dradix-tree.c418 entry = rcu_dereference_raw(root->xa_head); in radix_tree_extend()
455 rcu_assign_pointer(root->xa_head, entry); in radix_tree_extend()
506 root->xa_head = (void __rcu *)child; in radix_tree_shrink()
551 rcu_dereference_raw(root->xa_head)) in delete_node()
567 root->xa_head = NULL; in delete_node()
601 void __rcu **slot = (void __rcu **)&root->xa_head; in __radix_tree_create()
615 child = rcu_dereference_raw(root->xa_head); in __radix_tree_create()
755 slot = (void __rcu **)&root->xa_head; in __radix_tree_lookup()
1189 return (void __rcu **)&root->xa_head; in radix_tree_next_chunk()
1496 child = rcu_dereference_raw(root->xa_head); in idr_get_free()
[all …]
A Didr.c242 if (slot != &idr->idr_rt.xa_head && !xa_is_retry(entry)) in idr_get_next_ul()
595 pr_debug("ida: %p node %p free %d\n", ida, xa->xa_head, in ida_dump()
597 ida_dump_entry(xa->xa_head, 0); in ida_dump()
A Dxarray.c188 entry = xa_head(xas->xa); in xas_start()
459 RCU_INIT_POINTER(xa->xa_head, entry); in xas_shrink()
500 xas->xa->xa_head = NULL; in xas_delete_node()
618 rcu_assign_pointer(xa->xa_head, head); in xas_expand()
661 slot = &xa->xa_head; in xas_create()
673 slot = &xa->xa_head; in xas_create()
780 void __rcu **slot = &xas->xa->xa_head; in xas_store()
1324 entry = xa_head(xas->xa); in xas_find_marked()
2216 RCU_INIT_POINTER(xa->xa_head, NULL); in xa_destroy()
2295 void *entry = xa->xa_head; in xa_dump()
A Dtest_xarray.c359 node = xa_head(xa); in check_xa_shrink()
364 XA_BUG_ON(xa, xa_head(xa) == node); in check_xa_shrink()
368 XA_BUG_ON(xa, xa->xa_head != node); in check_xa_shrink()
609 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 2); in check_multi_store()
610 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
619 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 3); in check_multi_store()
620 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
631 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 4); in check_multi_store()
632 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 4); in check_multi_store()
/linux-6.3-rc2/include/linux/
A Dxarray.h300 void __rcu * xa_head; member
306 .xa_head = NULL, \
382 xa->xa_head = NULL; in xa_init_flags()
407 return xa->xa_head == NULL; in xa_empty()
1180 static inline void *xa_head(const struct xarray *xa) in xa_head() function
1182 return rcu_dereference_check(xa->xa_head, in xa_head()
1189 return rcu_dereference_protected(xa->xa_head, in xa_head_locked()
1574 return xa_head(xas->xa); in xas_reload()
A Dradix-tree.h88 return root->xa_head == NULL; in radix_tree_empty()
A Dpagemap.h174 head = rcu_access_pointer(mapping->i_pages.xa_head); in mapping_shrinkable()
/linux-6.3-rc2/tools/testing/radix-tree/
A Dtest.c249 struct radix_tree_node *node = root->xa_head; in verify_tag_consistency()
273 struct radix_tree_node *node = root->xa_head; in tree_verify_min_height()

Completed in 22 milliseconds