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

Function xa_reserve

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

* xa_reserve() - Reserve this index in the XArray. * @xa: XArray. * @index: Index into array. * @gfp: Memory allocation flags. * * Ensures there is somewhere to store an entry at @index in the array. * If there is already something stored at @index, this function does * nothing. If there was nothing there, the entry is marked as reserved. * Loading from a reserved entry returns a %NULL po

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

xa_errFunction · 0.85
xa_cmpxchgFunction · 0.85

Tested by

no test coverage detected