Searched refs:XAS_BOUNDS (Results 1 – 3 of 3) sorted by relevance
167 xas->xa_node = XAS_BOUNDS; in set_bounds()450 xas->xa_node = XAS_BOUNDS; in xas_shrink()494 xas->xa_node = XAS_BOUNDS; in xas_delete_node()1119 xas->xa_node = XAS_BOUNDS; in xas_find()1856 if (xas.xa_node == XAS_BOUNDS) in xa_find_after()
319 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS); in check_xa_shrink()
1288 #define XAS_BOUNDS ((struct xa_node *)1UL) macro