Home
last modified time | relevance | path

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

/linux-6.6.21/lib/ !
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()
/linux-6.6.21/include/linux/ !
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()
/linux-6.6.21/fs/ !
Ddax.c649 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
/linux-6.6.21/drivers/infiniband/core/ !
Ddevice.c175 return XA_ERROR(-ENOENT); in xan_find_marked()