Home
last modified time | relevance | path

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

/linux/lib/
H A Dxarray.c1627 static void *xas_result(struct xa_state *xas, void *curr) in xas_result() function
1649 return xas_result(&xas, xa_zero_to_null(xas_store(&xas, NULL))); in __xa_erase()
1708 return xas_result(&xas, xa_zero_to_null(curr)); in __xa_store()
1788 return xas_result(&xas, curr); in __xa_cmpxchg_raw()
1904 return xas_result(&xas, NULL); in xa_store_range()