Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dxarray.c1160 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in __xas_prev()
1199 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in __xas_next()
1257 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in xas_find()
1333 xas->xa_node = xa_parent(xas->xa, xas->xa_node); in xas_find_marked()
/Linux-v5.10/include/linux/
Dxarray.h1194 static inline struct xa_node *xa_parent(const struct xarray *xa, in xa_parent() function