Searched refs:xa_is_retry (Results 1 - 4 of 4) sorted by relevance

/linux-master/lib/
H A Didr.c242 if (slot != &idr->idr_rt.xa_head && !xa_is_retry(entry))
H A Dxarray.c2287 else if (xa_is_retry(entry))
H A Dtest_xarray.c113 XA_BUG_ON(xa, !xa_is_retry(xas_reload(&xas)));
/linux-master/include/linux/
H A Dxarray.h1290 * xa_is_retry() - Is the entry a retry entry?
1295 static inline bool xa_is_retry(const void *entry) function
1526 if (!xa_is_retry(entry))

Completed in 137 milliseconds