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

Function xa_reserve_bh

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

* xa_reserve_bh() - Reserve this index in the XArray. * @xa: XArray. * @index: Index into array. * @gfp: Memory allocation flags. * * A softirq-disabling version of xa_reserve(). * * Context: Any context. Takes and releases the xa_lock while * disabling softirqs. * Return: 0 if the reservation succeeded or -ENOMEM if it failed. */

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_cmpxchg_bhFunction · 0.85

Tested by

no test coverage detected