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

Function xas_next_entry

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

* xas_next_entry() - Advance iterator to next present entry. * @xas: XArray operation state. * @max: Highest index to return. * * xas_next_entry() is an inline function to optimise xarray traversal for * speed. It is equivalent to calling xas_find(), and will call xas_find() * for all the hard cases. * * Return: The next present entry after the one currently referred to by @xas. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

xas_not_nodeFunction · 0.85
xa_entryFunction · 0.85
xa_is_internalFunction · 0.85

Tested by

no test coverage detected