Searched refs:XAS_BOUNDS (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 291 milliseconds