Searched refs:xa_err (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | xarray.h | 217 static inline int xa_err(void *entry) in xa_err() function 1044 return xa_err(xa_cmpxchg(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve() 1062 return xa_err(xa_cmpxchg_bh(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_bh() 1080 return xa_err(xa_cmpxchg_irq(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_irq() 1391 return xa_err(xas->xa_node); in xas_error()
|