Home
last modified time | relevance | path

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

/linux-6.14.4/lib/
Dxarray.c439 static inline void *xa_zero_to_null(void *entry) in xa_zero_to_null() function
461 entry = xa_zero_to_null(entry); in xas_shrink()
1486 entry = xa_zero_to_null(xas_load(&xas)); in xa_load()
1516 return xas_result(&xas, xa_zero_to_null(xas_store(&xas, NULL))); in __xa_erase()
1575 return xas_result(&xas, xa_zero_to_null(curr)); in __xa_store()
1630 return xa_zero_to_null(__xa_cmpxchg_raw(xa, index, old, entry, gfp)); in __xa_cmpxchg()