Searched refs:xa_zero_to_null (Results 1 – 1 of 1) sorted by relevance
439 static inline void *xa_zero_to_null(void *entry) in xa_zero_to_null() function461 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()