Searched refs:xas_not_node (Results 1 – 2 of 2) sorted by relevance
1482 static inline bool xas_not_node(struct xa_node *node) in xas_not_node() function1716 if (unlikely(xas_not_node(node) || node->shift || in xas_next_entry()1775 if (unlikely(xas_not_node(node) || node->shift)) in xas_next_marked()1871 if (unlikely(xas_not_node(node) || node->shift || in xas_prev()1900 if (unlikely(xas_not_node(node) || node->shift || in xas_next()
1314 if (xas_not_node(xas->xa_node)) in __xas_prev()1353 if (xas_not_node(xas->xa_node)) in __xas_next()1407 if (entry || xas_not_node(xas->xa_node)) in xas_find()