Home
last modified time | relevance | path

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

/include/linux/
A Dxarray.h223 static inline int xa_err(void *entry) in xa_err() function
1088 return xa_err(xa_cmpxchg(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve()
1106 return xa_err(xa_cmpxchg_bh(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_bh()
1124 return xa_err(xa_cmpxchg_irq(xa, index, NULL, XA_ZERO_ENTRY, gfp)); in xa_reserve_irq()
1437 return xa_err(xas->xa_node); in xas_error()

Completed in 7 milliseconds