Home
last modified time | relevance | path

Searched refs:XAS_RESTART (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dxarray.h1345 #define XAS_RESTART ((struct xa_node *)3UL) macro
1354 .xa_node = XAS_RESTART, \
1474 return node <= XAS_RESTART; in xas_top()
1489 xas->xa_node = XAS_RESTART; in xas_reset()
1599 xas->xa_node = XAS_RESTART; in xas_set()
1633 xas->xa_node = XAS_RESTART; in xas_set_order()
/linux-6.3-rc2/lib/
A Dxarray.c313 xas->xa_node = XAS_RESTART; in xas_nomem()
349 xas->xa_node = XAS_RESTART; in __xas_nomem()
1129 xas->xa_node = XAS_RESTART; in xas_pause()
1251 } else if (xas->xa_node == XAS_RESTART) { in xas_find()
1382 xas->xa_node = XAS_RESTART; in xas_find_marked()
1828 if (xas.xa_node == XAS_RESTART) in __xa_alloc()
A Dtest_xarray.c117 XA_BUG_ON(xa, xas.xa_node != XAS_RESTART); in check_xas_retry()
126 xas.xa_node = XAS_RESTART; in check_xas_retry()
1088 xas.xa_node != XAS_RESTART); in check_find_3()
1275 XA_BUG_ON(xa, xas.xa_node == XAS_RESTART); in check_move_small()
1289 XA_BUG_ON(xa, xas.xa_node == XAS_RESTART); in check_move_small()
/linux-6.3-rc2/drivers/infiniband/core/
A Dib_core_uverbs.c295 if (xas.xa_node == XAS_RESTART) in rdma_user_mmap_entry_insert_range()
/linux-6.3-rc2/fs/cachefiles/
A Dondemand.c375 if (xas.xa_node == XAS_RESTART) in cachefiles_ondemand_send_req()

Completed in 14 milliseconds