MCPcopy Create free account
hub / github.com/bootlin/elixir / xa_err

Function xa_err

t/tree/include/linux/xarray.h:217–223  ·  view source on GitHub ↗

* xa_err() - Turn an XArray result into an errno. * @entry: Result from calling an XArray function. * * If an XArray operation cannot complete an operation, it will return * a special pointer value which encodes an errno. This function extracts * the errno from the pointer value, or returns 0 if the pointer does not * represent an errno. * * Context: Any context. * Return: A negative err

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

xa_reserveFunction · 0.85
xa_reserve_bhFunction · 0.85
xa_reserve_irqFunction · 0.85
xas_errorFunction · 0.85

Calls 1

xa_is_errFunction · 0.85

Tested by

no test coverage detected