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

Function xas_reload

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

* xas_reload() - Refetch an entry from the xarray. * @xas: XArray operation state. * * Use this function to check that a previously loaded entry still has * the same value. This is useful for the lockless pagecache lookup where * we walk the array with only the RCU lock to protect us, lock the page, * then check that the page hasn't moved since we looked it up. * * The caller guarantees t

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

xa_entryFunction · 0.85
xa_headFunction · 0.85

Tested by

no test coverage detected