Searched refs:xa_zero_to_null (Results 1 – 1 of 1) sorted by relevance
440 static inline void *xa_zero_to_null(void *entry) in xa_zero_to_null() function462 entry = xa_zero_to_null(entry); in xas_shrink()1619 entry = xa_zero_to_null(xas_load(&xas)); in xa_load()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()1766 return xa_zero_to_null(__xa_cmpxchg_raw(xa, index, old, entry, gfp)); in __xa_cmpxchg()