Searched refs:XAS_BOUNDS (Results 1 – 4 of 4) sorted by relevance
170 xas->xa_node = XAS_BOUNDS; in set_bounds()455 xas->xa_node = XAS_BOUNDS; in xas_shrink()499 xas->xa_node = XAS_BOUNDS; in xas_delete_node()1136 xas->xa_node = XAS_BOUNDS; in xas_pause()1241 if (xas_error(xas) || xas->xa_node == XAS_BOUNDS) in xas_find()1280 xas->xa_node = XAS_BOUNDS; in xas_find()
345 XA_BUG_ON(xa, xas.xa_node != XAS_BOUNDS); in check_xa_shrink()
309 if (xas.xa_node == XAS_BOUNDS || xas.xa_index >= xa_last) in rdma_user_mmap_entry_insert_range()
1362 #define XAS_BOUNDS ((struct xa_node *)1UL) macro