Home
last modified time | relevance | path

Searched refs:xa_is_node (Results 1 – 10 of 10) sorted by relevance

/linux/lib/
H A Dxarray.c192 if (!xa_is_node(entry)) { in xas_start()
214 if (node->shift && xa_is_node(entry)) in xas_descend()
241 while (xa_is_node(entry)) { in xas_load()
435 if (!xa_is_node(entry)) in max_index()
459 if (!xa_is_node(entry) && node->shift) in xas_shrink()
471 if (!xa_is_node(entry)) in xas_shrink()
475 if (!xa_is_node(entry)) in xas_shrink()
539 if (node->shift && xa_is_node(entry)) { in xas_free_nodes()
580 } else if (xa_is_node(head)) { in xas_expand()
619 if (xa_is_node(head)) { in xas_expand()
[all …]
H A Didr.c637 if (xa_is_node(entry)) { in ida_dump_entry()
H A Dradix-tree.c663 if (xa_is_node(entry) && child->shift) { in radix_tree_free_nodes()
H A Dmaple_tree.c1202 if (likely(xa_is_node(root))) { in mas_start()
3383 if (xa_is_node(root)) in mas_new_root()
6445 if (xa_is_node(root)) in __mt_destroy()
6857 if (xa_is_node(entry)) in mt_dump()
/linux/scripts/gdb/linux/
H A Dxarray.py26 def xa_is_node(entry): function
H A Dmapletree.py76 if xarray.xa_is_node(root):
/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst286 - xa_is_node()
/linux/include/linux/
H A Dxarray.h1268 static inline bool xa_is_node(const void *entry) in xa_is_node() function
H A Dpagemap.h189 if (!xa_is_node(head) && xa_is_value(head)) in mapping_shrinkable()
/linux/tools/testing/radix-tree/
H A Dmaple.c35052 if (!xa_is_node(mas_root(mas))) in get_vacant_height()