Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dxarray.c300 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in xas_nomem()
330 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in __xas_nomem()
1544 return XA_ERROR(-EINVAL); in __xa_store()
1610 return XA_ERROR(-EINVAL); in __xa_cmpxchg()
1722 return XA_ERROR(-EINVAL); in xa_store_range()
1724 return XA_ERROR(-EINVAL); in xa_store_range()
/openbmc/linux/include/linux/
H A Dxarray.h1361 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) macro
1441 xas->xa_node = XA_ERROR(err); in xas_set_err()
/openbmc/linux/fs/
H A Ddax.c649 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
/openbmc/linux/drivers/infiniband/core/
H A Ddevice.c175 return XA_ERROR(-ENOENT); in xan_find_marked()