Searched refs:xas_result (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | xarray.c | 1469 static void *xas_result(struct xa_state *xas, void *curr) in xas_result() function 1493 return xas_result(&xas, xas_store(&xas, NULL)); in __xa_erase() 1552 return xas_result(&xas, curr); in __xa_store() 1619 return xas_result(&xas, curr); in __xa_cmpxchg() 1746 return xas_result(&xas, NULL); in xa_store_range()
|
/kernel/linux/linux-6.6/lib/ |
H A D | xarray.c | 1471 static void *xas_result(struct xa_state *xas, void *curr) in xas_result() function 1495 return xas_result(&xas, xas_store(&xas, NULL)); in __xa_erase() 1554 return xas_result(&xas, curr); in __xa_store() 1621 return xas_result(&xas, curr); in __xa_cmpxchg() 1748 return xas_result(&xas, NULL); in xa_store_range()
|
Completed in 7 milliseconds