Searched refs:XA_ERROR (Results 1 – 4 of 4) sorted by relevance
302 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in xas_nomem()332 if (xas->xa_node != XA_ERROR(-ENOMEM)) { in __xas_nomem()1546 return XA_ERROR(-EINVAL); in __xa_store()1612 return XA_ERROR(-EINVAL); in __xa_cmpxchg()1724 return XA_ERROR(-EINVAL); in xa_store_range()1726 return XA_ERROR(-EINVAL); in xa_store_range()
1343 #define XA_ERROR(errno) ((struct xa_node *)(((unsigned long)errno << 2) | 2UL)) macro1423 xas->xa_node = XA_ERROR(err); in xas_set_err()
663 if (xas->xa_node == XA_ERROR(-ENOMEM)) in grab_mapping_entry()
175 return XA_ERROR(-ENOENT); in xan_find_marked()
Completed in 17 milliseconds