Home
last modified time | relevance | path

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

/linux/lib/
H A Dxarray.c656 if (xas_top(node)) { in xas_create()
1095 if (xas_top(node)) in xas_split()
1185 if (xas_top(node)) in xas_try_split()
1476 } else if (xas_top(xas->xa_node)) { in xas_find_marked()
1562 if (xas_top(xas->xa_node)) { in xas_find_conflict()
/linux/include/linux/
H A Dxarray.h1500 static inline bool xas_top(struct xa_node *node) in xas_top() function