Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxarray.h1440 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() function
1630 if (unlikely(xas_not_node(node) || node->shift || in xas_next_entry()
1689 if (unlikely(xas_not_node(node) || node->shift)) in xas_next_marked()
1785 if (unlikely(xas_not_node(node) || node->shift || in xas_prev()
1814 if (unlikely(xas_not_node(node) || node->shift || in xas_next()
/Linux-v5.10/lib/
Dxarray.c1152 if (xas_not_node(xas->xa_node)) in __xas_prev()
1191 if (xas_not_node(xas->xa_node)) in __xas_next()
1245 if (entry || xas_not_node(xas->xa_node)) in xas_find()