Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dxarray.c191 if (!xa_is_node(entry)) { in xas_start()
212 if (node->shift && xa_is_node(entry)) in xas_descend()
239 while (xa_is_node(entry)) { in xas_load()
432 if (!xa_is_node(entry)) in max_index()
451 if (!xa_is_node(entry) && node->shift) in xas_shrink()
463 if (!xa_is_node(entry)) in xas_shrink()
467 if (!xa_is_node(entry)) in xas_shrink()
531 if (node->shift && xa_is_node(entry)) { in xas_free_nodes()
572 } else if (xa_is_node(head)) { in xas_expand()
611 if (xa_is_node(head)) { in xas_expand()
[all …]
H A Didr.c568 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.c1387 if (likely(xa_is_node(root))) { in mas_start()
3808 if (xa_is_node(root)) in mas_new_root()
6490 if (xa_is_node(root)) in __mt_destroy()
6912 if (!xa_is_node(entry)) in mt_dump()
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst286 - xa_is_node()
/openbmc/linux/include/linux/
H A Dxarray.h1258 static inline bool xa_is_node(const void *entry) in xa_is_node() function
H A Dpagemap.h188 if (!xa_is_node(head) && xa_is_value(head)) in mapping_shrinkable()
/openbmc/linux/Documentation/core-api/
H A Dxarray.rst365 - xa_is_node()