Home
last modified time | relevance | path

Searched refs:xa_to_node (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dxarray.c470 node = xa_to_node(entry); in xas_shrink()
533 node = xa_to_node(entry); in xas_free_nodes()
574 node = xa_to_node(head); in xas_expand()
613 xa_to_node(head)->offset = 0; in xas_expand()
685 node = xa_to_node(entry); in xas_create()
1192 xas->xa_node = xa_to_node(entry); in __xas_prev()
1231 xas->xa_node = xa_to_node(entry); in __xas_next()
1285 xas->xa_node = xa_to_node(entry); in xas_find()
1348 xas->xa_node = xa_to_node(entry); in xas_find_marked()
1387 xas->xa_node = xa_to_node(entry); in xas_find_marked()
[all …]
H A Dtest_xarray.c662 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 2); in check_multi_store()
663 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
672 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 3); in check_multi_store()
673 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 2); in check_multi_store()
684 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->count != 4); in check_multi_store()
685 XA_BUG_ON(xa, xa_to_node(xa_head(xa))->nr_values != 4); in check_multi_store()
H A Didr.c569 struct xa_node *node = xa_to_node(entry); in ida_dump_entry()
/linux/include/linux/
H A Dxarray.h1256 static inline struct xa_node *xa_to_node(const void *entry) in xa_to_node() function