Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dxarray.h1434 static inline bool xas_is_node(const struct xa_state *xas) in xas_is_node() function
/Linux-v5.10/lib/
Dxarray.c710 if (xas_is_node(xas) && xas->xa_node->shift == xas->xa_shift) in xas_create_range()