Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dxarray.c167 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()
Dtest_xarray.c319 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS); in check_xa_shrink()
/Linux-v5.4/include/linux/
Dxarray.h1288 #define XAS_BOUNDS ((struct xa_node *)1UL) macro