Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dxarray.c643 if (xas_top(node)) { in xas_create()
1088 } else if (xas_top(xas->xa_node)) { in xas_find()
1157 } else if (xas_top(xas->xa_node)) { in xas_find_marked()
1239 if (xas_top(xas->xa_node)) { in xas_find_conflict()
/Linux-v5.4/include/linux/
Dxarray.h1415 static inline bool xas_top(struct xa_node *node) in xas_top() function