Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dxarray.rst294 - xa_is_retry()
/linux/lib/
H A Didr.c242 if (slot != &idr->idr_rt.xa_head && !xa_is_retry(entry)) in idr_get_next_ul()
H A Dxarray.c2316 else if (xa_is_retry(entry)) in xa_dump_entry()
H A Dtest_xarray.c113 XA_BUG_ON(xa, !xa_is_retry(xas_reload(&xas))); in check_xas_retry()
/linux/include/linux/
H A Dxarray.h1299 static inline bool xa_is_retry(const void *entry) in xa_is_retry() function
1530 if (!xa_is_retry(entry)) in xas_retry()
/linux/Documentation/core-api/
H A Dxarray.rst374 - xa_is_retry()