Home
last modified time | relevance | path

Searched refs:XAS_BOUNDS (Results 1 – 3 of 3) sorted by relevance

/linux/lib/
H A Dxarray.c171 xas->xa_node = XAS_BOUNDS; in set_bounds()
463 xas->xa_node = XAS_BOUNDS; in xas_shrink()
507 xas->xa_node = XAS_BOUNDS; in xas_delete_node()
1292 xas->xa_node = XAS_BOUNDS; in xas_pause()
1397 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find()
1436 xas->xa_node = XAS_BOUNDS; in xas_find()
H A Dtest_xarray.c345 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS); in check_xa_shrink()
/linux/include/linux/
H A Dxarray.h1372 #define XAS_BOUNDS ((struct xa_node *)1UL) macro