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

/linux-master/drivers/infiniband/core/
H A Dib_core_uverbs.c309 if (xas.xa_node == XAS_BOUNDS || xas.xa_index >= xa_last)
/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
/linux-master/lib/
H A Dtest_xarray.c345 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS);
H A Dxarray.c170 xas->xa_node = XAS_BOUNDS;
455 xas->xa_node = XAS_BOUNDS;
499 xas->xa_node = XAS_BOUNDS;
1151 xas->xa_node = XAS_BOUNDS;
1256 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS)
1295 xas->xa_node = XAS_BOUNDS;

Completed in 316 milliseconds