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