Home
last modified time | relevance | path

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

/linux-6.15/lib/
H A Dxarray.c303 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in xas_nomem()
333 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in __xas_nomem()
1698 return XA_ERROR(-EINVAL); in __xa_store()
1774 return XA_ERROR(-EINVAL); in __xa_cmpxchg_raw()
1875 return XA_ERROR(-EINVAL); in xa_store_range()
1877 return XA_ERROR(-EINVAL); in xa_store_range()
/linux-6.15/include/linux/
H A Dxarray.h1365 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) macro
1445 xas->xa_node = XA_ERROR(err); in xas_set_err()
/linux-6.15/fs/
H A Ddax.c733 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
/linux-6.15/drivers/infiniband/core/
H A Ddevice.c175 return XA_ERROR(-ENOENT); in xan_find_marked()