Searched refs:XAS_BOUNDS (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/infiniband/core/
H A Dib_core_uverbs.c309 if (xas.xa_node == XAS_BOUNDS || xas.xa_index >= xa_last)
/linux-master/lib/
H A Dxarray.c170 xas->xa_node = XAS_BOUNDS;
455 xas->xa_node = XAS_BOUNDS;
499 xas->xa_node = XAS_BOUNDS;
1136 xas->xa_node = XAS_BOUNDS;
1241 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS)
1280 xas->xa_node = XAS_BOUNDS;
H A Dtest_xarray.c345 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS);
/linux-master/include/linux/
H A Dxarray.h1342 * end of the allocated nodes, it is set to %XAS_BOUNDS.
1362 #define XAS_BOUNDS ((struct xa_node *)1UL) macro

Completed in 354 milliseconds