Home
last modified time | relevance | path

Searched refs:xas_not_node (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/linux/
Dxarray.h1460 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() function
1674 if (unlikely(xas_not_node(node) || node->shift || in xas_next_entry()
1733 if (unlikely(xas_not_node(node) || node->shift)) in xas_next_marked()
1829 if (unlikely(xas_not_node(node) || node->shift || in xas_prev()
1858 if (unlikely(xas_not_node(node) || node->shift || in xas_next()
/linux-6.1.9/lib/
Dxarray.c1160 if (xas_not_node(xas->xa_node)) in __xas_prev()
1199 if (xas_not_node(xas->xa_node)) in __xas_next()
1253 if (entry || xas_not_node(xas->xa_node)) in xas_find()