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 1007 return xa_err(xa_cmpxchg(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve() 1025 return xa_err(xa_cmpxchg_bh(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_bh() 1043 return xa_err(xa_cmpxchg_irq(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_irq() 1352 return xa_err(xas->xa_node); in xas_error()
|