Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dxarray.c648 if (xas_top(node)) { in xas_create()
1063 if (xas_top(node)) in xas_split()
1320 } else if (xas_top(xas->xa_node)) { in xas_find_marked()
1404 if (xas_top(xas->xa_node)) { in xas_find_conflict()
/openbmc/linux/include/linux/
H A Dxarray.h1490 static inline bool xas_top(struct xa_node *node) in xas_top() function