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

Function xas_next_marked

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

* xas_next_marked() - Advance iterator to next marked entry. * @xas: XArray operation state. * @max: Highest index to return. * @mark: Mark to search for. * * xas_next_marked() is an inline function to optimise xarray traversal for * speed. It is equivalent to calling xas_find_marked(), and will call * xas_find_marked() for all the hard cases. * * Return: The next marked entry after the

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
xas_find_chunkFunction · 0.85
xa_entryFunction · 0.85

Tested by

no test coverage detected