Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dxarray.h1259 static inline bool xa_is_retry(const void *entry) in xa_is_retry() function
1488 if (!xa_is_retry(entry)) in xas_retry()
/OK3568_Linux_fs/kernel/lib/
H A Didr.c242 if (slot != &idr->idr_rt.xa_head && !xa_is_retry(entry)) in idr_get_next_ul()
H A Dxarray.c2279 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()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dxarray.rst370 - xa_is_retry()